index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platforms
/
chibios
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a macro to compute the size of arrays at compile time (#18044)
Jeff Epler
2022-08-30
1
-3
/
+3
*
Use the correct bootloader definition. (#18102)
Nick Brassel
2022-08-19
1
-1
/
+1
*
Partially revert some WB32 specific changes (#18038)
Joel Challis
2022-08-14
2
-23
/
+10
*
Fix buffer size for WS2812 PWM driver (#17046)
yiancar
2022-08-13
1
-4
/
+48
*
Added ws2812_pwm support for WB32 MCU. (#17142)
Joy Lee
2022-08-13
1
-4
/
+23
*
Added ws2812_spi support for WB32 MCU (#17143)
Joy Lee
2022-08-13
2
-2
/
+13
*
Added implementation of WB32 MCU wear_leveling_efl. (#17579)
Joy Lee
2022-08-13
1
-0
/
+2
*
Fix issue with #17904. (#17905)
Nick Brassel
2022-08-04
1
-1
/
+1
*
Fixup compilation of printf-like functions with uint32_t args. (#17904)
Nick Brassel
2022-08-04
1
-10
/
+10
*
[Core] RP2040 disable PIO IRQs on serial timeout (#17839)
Stefan Kerkmann
2022-07-29
1
-0
/
+2
*
ChibiOS: use correct status codes in i2c_master.c (#17808)
Stefan Kerkmann
2022-07-28
1
-2
/
+2
*
Chibios: Stop I2C peripheral on transaction error (#17798)
Stefan Kerkmann
2022-07-26
1
-15
/
+24
*
Post-bootloader EFL/SPI fixes. (#17661)
Nick Brassel
2022-07-14
2
-2
/
+4
*
Allow MCU-specific overrides for SPI flags. (#17650)
Nick Brassel
2022-07-13
1
-3
/
+3
*
[Core] Use polled waiting on ChibiOS platforms that support it (#17607)
Stefan Kerkmann
2022-07-11
2
-2
/
+3
*
Stabilize Half-duplex PIO split comms (#17612)
Stefan Kerkmann
2022-07-11
1
-3
/
+17
*
Fixup SPI. (#17534)
Nick Brassel
2022-07-05
1
-0
/
+3
*
RP2040 emulated EEPROM. (#17519)
Nick Brassel
2022-07-02
2
-0
/
+253
*
[Core] Add Raspberry Pi RP2040 support (#14877)
Stefan Kerkmann
2022-06-30
4
-6
/
+699
*
Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)
Nick Brassel
2022-06-30
4
-0
/
+316
*
[BUG] Fix deadlocks on disconnected secondary half (#17423)
Stefan Kerkmann
2022-06-21
2
-11
/
+8
*
[Core] Split ChibiOS usart split driver in protocol and hardware driver part ...
Stefan Kerkmann
2022-06-18
5
-226
/
+263
*
[Core] Allow usage of ChibiOS's SIO driver for split keyboards (#15907)
Stefan Kerkmann
2022-06-17
2
-62
/
+150
*
Rework paths for eeprom locations. (#17326)
Nick Brassel
2022-06-08
7
-0
/
+1621
*
Added support for Wb32fq95 (#16871)
Joy Lee
2022-05-23
3
-4
/
+4
*
[Core] Use a mutex guard for split shared memory (#16647)
Stefan Kerkmann
2022-04-19
2
-10
/
+29
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-03-23
1
-1
/
+2
|
\
|
*
[Bug] Fix unused variable error when using ChibiOS Bitbang serial driver (#16...
Drashna Jaelre
2022-03-23
1
-1
/
+2
*
|
ChibiOS 21.11.1 update. (#16251)
Nick Brassel
2022-03-07
1
-1
/
+27
|
/
*
analog.[ch]: remove unnecessary includes (#16471)
Ryan
2022-03-04
2
-2
/
+1
*
Fix compilation of ChibiOS UART driver (#16348)
Joel Challis
2022-02-13
1
-1
/
+1
*
Format code according to conventions (#16322)
QMK Bot
2022-02-12
17
-93
/
+147
*
Deprecate split transactions status field (#16023)
Stefan Kerkmann
2022-01-26
2
-35
/
+16
*
Tidy up existing i2c_master implementations (#15376)
Joel Challis
2021-12-02
2
-60
/
+60
*
Westberrytech pr (#14422)
Joy Lee
2021-11-27
4
-0
/
+56
*
Tidy up adjustable ws2812 timing (#15299)
Joel Challis
2021-11-25
3
-32
/
+8
*
Add ifndef to WS2812 timing constraints (#14678)
Jordan Banasik
2021-11-25
1
-12
/
+29
*
Update UART driver API (#14839)
Ryan
2021-11-13
2
-4
/
+12
*
Relocate PS2 code (#14895)
Joel Challis
2021-10-20
1
-0
/
+55
*
[Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)
Stefan Kerkmann
2021-10-18
2
-6
/
+6
*
Add HT32 support to core (#14388)
bwisn
2021-10-18
1
-0
/
+25
*
Fix i2c_readReg16 (#14730)
Joel Challis
2021-10-07
1
-1
/
+1
*
i2c_master: Add support for reading/writing to 16-bit registers (#14289)
Ryan
2021-10-07
2
-1
/
+26
*
Move Audio drivers from quantum to platform drivers folder (#14308)
Drashna Jaelre
2021-10-06
6
-0
/
+1054
*
Add RGBW support to PWM and SPI drivers for ChibiOS (#14327)
Drashna Jaelre
2021-09-18
2
-9
/
+44
*
Use opendrain pin with external pullup again (#14474)
Stefan Kerkmann
2021-09-17
1
-1
/
+1
*
Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)
Joel Challis
2021-09-16
6
-15
/
+15
*
Refactor use of _STM32_ defines (#14439)
Joel Challis
2021-09-15
8
-29
/
+29
*
Refactor use of STM32_SYSCLK (#14430)
Joel Challis
2021-09-14
3
-3
/
+3
*
Align ChibiOS I2C defs with other drivers (#14399)
Joel Challis
2021-09-12
2
-23
/
+10
[next]