Releases: pimoroni/pga
Version 0.0.5 - Functional Filesystems
This release fixes an error in the LittleFS filesystem path so that files are included correctly.
It also bumps to a new release of dir2uf2 with support for sparse binaries, letting us drop the 0xff
padding between the end of the firmware and the start of the filesystem. This reduces the filesize and flash time of "with-filesystem" builds.
What's Changed
- CI tweaks by @Gadgetoid in #5
- Bump dir2uf2 and produce sparse filesystem builds by @Gadgetoid in #7
Full Changelog: v0.0.4...v0.0.5
Version 0.0.4 - Now with less broken PSRAM
Whoops! I lost a commit during one of my cherry-pick rebases on the PSRAM branch and that broke the ability to save files to flash while running a PSRAM build. That should be fixed in this release!
This alpha release is intended to support users testing their PGA2350. It's based on unmerged MicroPython RP2350 and PSRAM support, in addition to other fixes. There will probably be bugs!
- PR for RP2350 support in MicroPython - micropython/micropython#15619
- PR for PSRAM support in MicroPython - micropython/micropython#15620
Version 0.0.3 - Like 0.0.2 but with updated MicroPython!
This alpha release is intended to support users testing their PGA2350. It's based on unmerged MicroPython RP2350 and PSRAM support, in addition to other fixes. There will probably be bugs!
- PR for RP2350 support in MicroPython - micropython/micropython#15619
- PR for PSRAM support in MicroPython - micropython/micropython#15620
Version 0.0.2 - Like v0.0.1 but deinit's PWM properly!
This release is the same as 0.0.1, with a minor tweak to deinit PWM properly.
This alpha release is intended to support users testing their PGA2350. It's based on unmerged MicroPython RP2350 and PSRAM support, in addition to other fixes. There will probably be bugs!
This release should include fixes for PSRAM-enabled garbage collection (no more uint16_t overflow), PSRAM timing tweaks, and RP2350 PWM slices fixes.
V0.0.1 Alpha!
This alpha release is intended to support users testing their PGA2350. It's based on unmerged MicroPython RP2350 and PSRAM support, in addition to other fixes. There will probably be bugs!
This release should include fixes for PSRAM-enabled garbage collection (no more uint16_t overflow), PSRAM timing tweaks, and RP2350 PWM slices fixes.