Version 0.0.4 - Like 0.0.3, but deinit's PWM properly!
Release notes copied from 0.0.3:
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
- @Gadgetoid made their first contribution in #3
Full Changelog: 0.0.2...v0.0.3