This release is primarily a MicroPython version bump to v1.23, ahead of some bigger changes that will be coming in the future.
The build brings in all commits up to the end of 26/09/2024, and includes specific changes needed for supporting Yukon.
It also includes an improved WavPlayer
class, thanks to efforts over in the PicoFX repo, and may resolve issue #4 thanks to explicit deinit of I2S at the C level.
Finally, the filesystem builds be a lot smaller now thanks to @Gadgetoid's improvements to dir2uf2!
As always, be sure to back up your board files before doing any Micropython upgrade. The pimoroni-yukon-v1.0.2-micropython.uf2 should not touch your files but there is always a risk.
What's Changed
- CI: Update actions to fix nodejs deprecation warnings. by @Gadgetoid in #12
- Update to latest version of MicroPython by @ZodiusInfuser in #16
- Update WavPlayer to improved version from PicoFX by @ZodiusInfuser in #17
New Contributors
- @Gadgetoid made their first contribution in #12
- @ZodiusInfuser made their first contribution in #16
Full Changelog: v1.0.1...v1.0.2