Skip to content
Snippets Groups Projects
  1. Jun 30, 2024
  2. Jun 23, 2024
  3. May 03, 2024
  4. May 02, 2024
  5. Dec 19, 2023
  6. Nov 29, 2023
  7. Nov 16, 2023
  8. Nov 11, 2023
  9. Nov 10, 2023
    • Jakub Vaněk's avatar
      Merge branch 'bugfix/longer-osc-stab' into 'main' · e3f604aa
      Jakub Vaněk authored
      Add hack for raising oscillator startup delay
      
      See merge request !10
      e3f604aa
    • Jakub Vaněk's avatar
      Raise oscillator startup delay to work around flash memory issues · 38ae2641
      Jakub Vaněk authored
      We've found that a certain percentage of production bricks fails to
      reliably start up. This was traced down to the communication between
      RP2040 and the flash chip. Some initial SPI communication would happen,
      but eventually the communication would cease.
      
      Through trial-and-error, it was discovered that raising the oscillator
      startup delay makes the issue disappear. This commit adds
      a Pico SDK patch to alter the oscillator configuration in Pico SDK.
      
      For now, this is intentionally done as a simple hack. In the long-term,
      a proper patch adding OpenCube as a new board should be upstreamed either
      to the Pico SDK or to MicroPython.
      Verified
      38ae2641
  10. Nov 09, 2023
  11. Nov 08, 2023
  12. Nov 07, 2023
  13. Oct 31, 2023
  14. Oct 24, 2023
  15. Oct 23, 2023
  16. Oct 16, 2023
  17. Oct 13, 2023
Loading