Renesas RA4M1 (Arduino UNO R4) support.
fastled_arm_renesas.h: Aggregator; includes pin and clockless.fastpin_arm_renesas.h: Pin helpers.clockless_arm_renesas.h: Clockless driver.led_sysdef_arm_renesas.h: System defines for Renesas.
Notes:
- Interrupt policy and F_CPU definitions affect timing; keep critical sections tight.
- Check UNO R4 core defines to ensure
FASTLED_USE_PROGMEM=0and interrupt macros map to platform equivalents.
FASTLED_USE_PROGMEM: Default0.FASTLED_ALLOW_INTERRUPTS: Default1. EnablesFASTLED_ACCURATE_CLOCKwhen interrupts are allowed.FASTLED_NO_PINMAP: Indicates no PROGMEM pin maps are used.
Place defines before including FastLED.h.