summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/ws2812_spi.c
Commit message (Collapse)AuthorAgeFilesLines
* Add RGBW support to PWM and SPI drivers for ChibiOS (#14327)Drashna Jaelre2021-09-181-6/+9
| | | | | | | | | * Add RGBW support to PWM and SPI drivers for ChibiOS * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)Joel Challis2021-09-161-3/+3
|
* Refactor use of _STM32_ defines (#14439)Joel Challis2021-09-151-6/+6
|
* Update ws2812_spi.c (#14237)JX2021-08-301-10/+10
|
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-0/+159
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly