Skip to content

Version 0.0.3 - PSRAM Fixes, PWM fixes

Compare
Choose a tag to compare
@Gadgetoid Gadgetoid released this 15 Aug 15:42
· 30 commits to main since this release
dd62958

This release includes some changes to our PSRAM feature branch of MicroPython. Namely:

  • PSRAM timings should be adjusted when machine.freq() is used.
  • Garbage collection when using combined heap (PSRAM + RAM) no longer explodes
  • RP2350s extra PWM slices should now be supported (these slices are available on GP40, 41 and 42 which are paired with pins GP26, 27 and 28 on Pico Plus 2. In addition to GP32, 33, 34, 35, and 36 on the SPICE connector.)

What's Changed

  • CI: Enable split heap for PPP2 PSRAM build. by @Gadgetoid in #3

New Contributors

Full Changelog: 0.0.2...v0.0.3