summaryrefslogtreecommitdiff
path: root/platforms/chibios/drivers/ws2812_pwm.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot1-2/+2
2024-11-21Added MCU support for ArteryTek AT32F415 (#23445)HorrorTroll1-0/+26
2024-10-27Change default ARM hardware PWM WS2812 tick frequency to 800kHz (#24508)David Hoelscher1-29/+8
2024-10-06WS2812 API rework (#24364)Ryan1-6/+22
2024-04-28Rename `RGBW` define to `WS2812_RGBW` (#23585)Ryan1-4/+4
2024-03-18Add init function to RGBLight driver struct (#23076)Ryan1-6/+0
2024-03-02WS2812 PWM: prefix for DMA defines (#23111)Ryan1-24/+36
2024-01-05Remove PWM advanced check for WS2812 driver (#22830)Drashna Jaelre1-3/+0
2023-09-04Clean up RGB LED type (#21859)Ryan1-1/+1
2023-07-09drivers: remove direct `quantum.h` includes (#21473)Ryan1-2/+2
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan1-1/+1
2022-10-21ws2812: replace RGBLED_NUM with driver-owned constant to decouple driver from...Thomas Kriechbaumer1-12/+12
2022-08-14Partially revert some WB32 specific changes (#18038)Joel Challis1-15/+3
2022-08-13Fix buffer size for WS2812 PWM driver (#17046)yiancar1-4/+48
2022-08-13Added ws2812_pwm support for WB32 MCU. (#17142)Joy Lee1-4/+23
2022-02-12Format code according to conventions (#16322)QMK Bot1-14/+16
2021-11-25Tidy up adjustable ws2812 timing (#15299)Joel Challis1-1/+1
2021-09-18Add RGBW support to PWM and SPI drivers for ChibiOS (#14327)Drashna Jaelre1-3/+35
2021-09-17Use opendrain pin with external pullup again (#14474)Stefan Kerkmann1-1/+1
2021-09-16Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)Joel Challis1-2/+2
2021-09-15Refactor use of _STM32_ defines (#14439)Joel Challis1-4/+4
2021-09-14Refactor use of STM32_SYSCLK (#14430)Joel Challis1-1/+1
2021-08-17Relocate platform specific drivers (#13894)Joel Challis1-0/+311