Releases: pimoroni/unicorn
Version 1.24.3
This release includes ulab (which ended up getting missed) and a backported Pico SDK patch to prevent use of core1 causing filesystem writes to hang the board.
What's Changed
- Enable ulab. by @Gadgetoid in #12
- Add EzWiFi module. by @Gadgetoid in #14
- CI: HACK: Add multicore lockout patch backport. by @Gadgetoid in #15
Full Changelog: v1.24.2...v1.24.3
Version 1.24.2
This release includes a backported patch from Pico SDK that fixes wireless being upset by our display driver. It should fix: #5
Additionally a crash on soft reset (or garbage collection) has been fixed upstream in PNGDEC/JPEGDEC in the case where a file fails to open (is not found or otherwise).
Known Issues
If you run Core1, it will not respond to multicore "lockout" requests from Core0 after a soft reset, causing a hand when doing really uncommon and weird things like - for instance - writing a file immediately after soft resetting 😆
See: micropython/micropython#16619
What's Changed
- CI: HACK: Add temporary DMA workaround. by @Gadgetoid in #9
- CI: Move py_decl and dir2uf2 into CMake. by @Gadgetoid in #10
Full Changelog: v1.24.1...v1.24.2
Version 1.24.1
Technically this version is closer to MicroPython v1.25.0, since it requires unreleased Pico 2/Pico 2 W support.
What's Changed
- Docs/fix ref links by @thirdr in #7
- CI: Retarget MicroPython to upstream master. by @Gadgetoid in #3
New Contributors
- @thirdr made their first contribution in #7
- @Gadgetoid made their first contribution in #3
Full Changelog: v1.24.0-rc0...v1.24.1
Based upon MicroPython master c69f0e4eeeb1058ac4a4b1b5b5d1896371e0ecd2
.
V1.24.0
Existing in a purgatory between mainline release MicroPython and the next release, this build might contain scorpions or be prone to sudden outbursts and memory misadventures.
It is, however, the shipping firmware for the RP2350 / Pico 2 based Galactic Unicorn boards... so, uh, have fun!
Technically this is closer to MicroPython v1.25 than v1.24, and is based upon unmerged wireless/Pico W support in micropython/micropython#16057
🐎