awawa-dev / HyperSerialPico

High-speed Adalight USB serial LED driver implementation for Raspberry Pi Pico RP2040. Support for sk6812/ws2812b/apa102 and others using Rpi multi-core, DMA, PIO, SPI and parallel output.
MIT License
50 stars 83 forks source link

Workaround for some rp2040 boards not booting (e.g. Adafruit) #10

Closed awawa-dev closed 10 months ago

awawa-dev commented 10 months ago

Some boards, such as the first Adafruit revisions, may have trouble booting properly due to bad components used in the design. Read more here: https://github.com/raspberrypi/pico-sdk/pull/457 and here: https://github.com/awawa-dev/HyperHDR/discussions This PR adds BOOT_WORKAROUND option to CMakeLists.txt that user can enable (set to ON) to workaround the problem. Official releases of HyperSerialPico firmware packages for Adafruit ItsyBitsy and Scorpio will be compiled with this option enabled.