index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
chibios
Age
Commit message (
Expand
)
Author
2021-02-02
Add BGR byte order for WS2812 drivers (#11562)
kb-elmo
2021-01-12
Align ChibiOS spi_master behaviour with AVR (#11404)
Ryan
2021-01-12
Run cformat and dos2unix manually (#11235)
Ryan
2021-01-12
Normalise include statements in keyboard code (#11185)
Ryan
2021-01-12
Normalise include statements in core code (#11153)
Ryan
2021-01-12
add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184)
Josh Hinnebusch
2021-01-12
2020 November 28 Breaking Changes Update (#11053)
James Young
2020-09-30
Fix DMA stream ID calculation in ws2812_pwm (#10008)
Sergey Vlasov
2020-09-30
Add support for DMAMUX-capable MCU configuration with WS2812 PWM driver. (#9471)
Nick Brassel
2020-08-08
Enable OLED support for Teensy 3.2/LC (#7591)
Joel Challis
2020-08-08
Fix incorrect delay when setting WS2812 (and similar) leds (#9302)
Joshua Diamond
2020-08-08
STM32 WS2812 Open Drain Configuration (#9414)
Xelus22
2020-06-12
Initial arm serial partially based on old lets split code
zvecr
2020-06-12
ARM split - Add uart half duplex transport support (#7987)
Joel Challis
2020-06-12
Add SPI master for ChibiOS/ARM. (#8779)
Nick Brassel
2020-06-12
Initial arm->chibios pass - simplify some platform logic (#8450)
Joel Challis