Skip to content

Releases: pimoroni/pga

Version 0.0.5 - Functional Filesystems

26 Sep 09:55
b1e8834
Compare
Choose a tag to compare

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

Full Changelog: v0.0.4...v0.0.5

Version 0.0.4 - Now with less broken PSRAM

11 Sep 10:18
7081443
Compare
Choose a tag to compare

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!

Version 0.0.3 - Like 0.0.2 but with updated MicroPython!

10 Sep 13:01
Compare
Choose a tag to compare

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!

Version 0.0.2 - Like v0.0.1 but deinit's PWM properly!

15 Aug 16:05
Compare
Choose a tag to compare

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!

15 Aug 15:38
bc27c70
Compare
Choose a tag to compare
V0.0.1 Alpha! Pre-release
Pre-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!

This release should include fixes for PSRAM-enabled garbage collection (no more uint16_t overflow), PSRAM timing tweaks, and RP2350 PWM slices fixes.