curuvar opened a new pull request, #6528: URL: https://github.com/apache/incubator-nuttx/pull/6528
## Summary Added Board definition files for Adafruit KB2040 and Adafruit Feather RP2040. Added NeoPixel driver that supports the upper-half/lower-half model for RP2040. This was necessary as the existing ws2812 driver only outputs to SPI pins and those don't map to the neopixels on the new boards. The implementation uses the PIO hardware. I'm planning to update the RP2040 neopixel driver to use DMA so other code can run while the pixels are being update. ## Impact Should not impact existing code. ## Testing Created builds with new code and tested driver with single and multiple neopixel chains. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org