summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/ws2812_pwm.c
Commit message (Collapse)AuthorAgeFilesLines
* ws2812: replace RGBLED_NUM with driver-owned constant to decouple driver ↵Thomas Kriechbaumer2022-10-211-12/+12
| | | | from RGBLEDs/RGBMATRIX defines (#18036)
* Partially revert some WB32 specific changes (#18038)Joel Challis2022-08-141-15/+3
|
* Fix buffer size for WS2812 PWM driver (#17046)yiancar2022-08-131-4/+48
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: yiancar <yiancar@gmail.com>
* Added ws2812_pwm support for WB32 MCU. (#17142)Joy Lee2022-08-131-4/+23
| | | Co-authored-by: Joy <chang.li@westberrytech.com>
* Format code according to conventions (#16322)QMK Bot2022-02-121-14/+16
|
* Tidy up adjustable ws2812 timing (#15299)Joel Challis2021-11-251-1/+1
|
* Add RGBW support to PWM and SPI drivers for ChibiOS (#14327)Drashna Jaelre2021-09-181-3/+35
| | | | | | | | | * 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>
* Use opendrain pin with external pullup again (#14474)Stefan Kerkmann2021-09-171-1/+1
|
* Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)Joel Challis2021-09-161-2/+2
|
* Refactor use of _STM32_ defines (#14439)Joel Challis2021-09-151-4/+4
|
* Refactor use of STM32_SYSCLK (#14430)Joel Challis2021-09-141-1/+1
| | | | | * Refactor use of STM32_SYSCLK * clang
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-0/+311
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly