qmk_firmware/platforms/chibios/drivers
2024-03-27 12:41:53 +00:00
..
eeprom Prep work for NKRO report separation (#22268) 2023-10-14 13:21:20 +02:00
flash NVRAM refactor, phase 1. (#18969) 2022-11-23 08:50:19 +00:00
ps2 [Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433) 2023-04-12 21:43:27 -07:00
vendor/RP/RP2040 Add init function to RGBLight driver struct (#23076) 2024-03-18 22:03:27 +11:00
wear_leveling Cater for ECC failures in EFL wear-leveling. (#19749) 2023-11-26 22:59:38 +11:00
analog.c Add ADC support STM32L4xx and STM32G4xx series MCUs (#22341) 2023-12-08 01:26:44 +00:00
analog.h analog.[ch]: remove unnecessary includes (#16471) 2022-03-04 14:56:59 +11:00
audio_dac.h dac_additive: Decouple the buffer length from the waveform length (#22276) 2023-12-12 20:06:56 +01:00
audio_dac_additive.c [Audio] Add support for audio shutdown pin (#22731) 2024-03-06 22:02:37 +11:00
audio_dac_basic.c [Audio] Add support for audio shutdown pin (#22731) 2024-03-06 22:02:37 +11:00
audio_pwm.h Move Audio drivers from quantum to platform drivers folder (#14308) 2021-10-06 12:01:45 +11:00
audio_pwm_hardware.c [Audio] Add support for audio shutdown pin (#22731) 2024-03-06 22:02:37 +11:00
audio_pwm_software.c [Audio] Add support for audio shutdown pin (#22731) 2024-03-06 22:02:37 +11:00
backlight_pwm.c Relocate backlight drivers (#21444) 2023-07-08 23:13:10 +10:00
backlight_timer.c Relocate backlight drivers (#21444) 2023-07-08 23:13:10 +10:00
i2c_master.c Update I2C API usage in keyboard code (#23360) 2024-03-27 12:41:53 +00:00
i2c_master.h I2C driver cleanup (#21273) 2024-01-17 14:05:38 +01:00
serial.c Update GPIO macro usages in core (#23093) 2024-02-18 17:08:27 +11:00
serial_protocol.c drivers: remove direct quantum.h includes (#21473) 2023-07-09 20:03:50 +10:00
serial_protocol.h [Core] Split ChibiOS usart split driver in protocol and hardware driver part (#16669) 2022-06-18 08:04:17 +10:00
serial_usart.c drivers: remove direct quantum.h includes (#21473) 2023-07-09 20:03:50 +10:00
serial_usart.h drivers: remove direct quantum.h includes (#21473) 2023-07-09 20:03:50 +10:00
spi_master.c Update GPIO macro usages in core (#23093) 2024-02-18 17:08:27 +11:00
spi_master.h Refactor use of _STM32_ defines (#14439) 2021-09-15 11:19:51 +10:00
uart.h [Core] Allow ChibiOS SIO driver for UART driver (#22839) 2024-02-20 11:34:24 +01:00
uart_serial.c [Core] Allow ChibiOS SIO driver for UART driver (#22839) 2024-02-20 11:34:24 +01:00
uart_sio.c Workaround for uart makefile issues (#23192) 2024-03-02 18:20:18 +00:00
usbpd_stm32g4.c usbpd_stm32g4: Configure UCPD before disabling the dead battery mode (#21430) 2023-07-03 08:53:54 +10:00
ws2812_bitbang.c Add init function to RGBLight driver struct (#23076) 2024-03-18 22:03:27 +11:00
ws2812_pwm.c Add init function to RGBLight driver struct (#23076) 2024-03-18 22:03:27 +11:00
ws2812_spi.c Add init function to RGBLight driver struct (#23076) 2024-03-18 22:03:27 +11:00