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
62 stars 111 forks source link

RP2350 #35

Closed monpiere closed 1 month ago

monpiere commented 1 month ago

I've got a new Raspberry Pi Pico 2 RP2350 on the way and wanted to know if It would need any special programming to work with HyperHDR. Any help you can give would be appreciated. Thanks!

awawa-dev commented 1 month ago

The firmware for the RP2040 will not work on the RP2350: you need to recompile it and change the platform from RP2040 to RP2350 using the newer Pico SDK 2.0 (not tested by me). Since the quality control was probably sleeping when the new Pico version was made (https://forums.raspberrypi.com/viewtopic.php?t=376248 and probably other unconfirmed issues), I will wait a long time for later improved versions myself.