SAMD21 (Arduino Zero-class) support.
fastled_arm_d21.h: Aggregator for SAMD21; includes pin and clockless headers.fastpin_arm_d21.h: Pin helpers for direct GPIO access on SAMD21.led_sysdefs_arm_d21.h: SAMD21 system defines (interrupt policy, PROGMEM policy, etc.).clockless_arm_d21.h: Clockless WS281x driver built onarm/common/m0clockless.h(SysTick + inline ASM macros).
Notes:
- Clockless timing uses the M0/M0+ delay macros; ensure
F_CPUand interrupt settings match board configuration.
FASTLED_USE_PROGMEM: 0 (per ARM SAMD guidance)FASTLED_ALLOW_INTERRUPTS: driver tolerates short windows; long ISRs may force a retry/punt
FASTLED_USE_PROGMEM: Default0.FASTLED_ALLOW_INTERRUPTS: Default1. EnablesFASTLED_ACCURATE_CLOCKwhen1.
Define before including FastLED.h.