1
0
mirror of https://github.com/danbee/unicorn synced 2026-06-21 15:12:22 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Phil Howard
507a4f8770 HACK: Sync CYW43 patch with upstream.
Update the backported cyw43 patch to the version now merged to develop.

TODO: Drop this when the next Pico SDK release is incorporated into MicroPython.
2025-01-30 10:17:50 +00:00
Phil Howard
027c3dca80 CI: HACK: Add temporary DMA workaround.
Some quirk of the Pico2 W versus the Pico W causes wireless to be very
upset by our chained DMA display driver code.

See:
* https://github.com/micropython/micropython/issues/16627
* https://github.com/raspberrypi/pico-sdk/issues/2206

Backport a Pico SDK patch to fix this.

See:
* 2a810a9267
2025-01-25 16:16:16 +00:00