Guide porting FastLED to new MCU platforms, including int.h types, clockless drivers, SPI implementations, and platform detection. Use when adding support for a new microcontroller family or board.
Guide the process of porting FastLED to a new microcontroller platform.
$ARGUMENTS
is_<platform>.h)FL_IS_<PLATFORM> macros following naming conventionsrc/platforms/)int.h with correct primitive type mappingssrc/platforms/int.h dispatcher/platform-port STM32H7
/platform-port RP2040
/platform-port nRF52840
/platform-port I need to add support for the ESP32-P4