summaryrefslogtreecommitdiff
path: root/platforms/chibios/drivers
AgeCommit message (Expand)Author
2024-03-02Workaround for uart makefile issues (#23192)Joel Challis
2024-02-20[Core] Allow ChibiOS `SIO` driver for `UART` driver (#22839)Stefan Kerkmann
2024-02-20WS2812 bitbang: prefix for `NOP_FUDGE` define (#23110)Ryan
2024-02-18Update GPIO macro usages in core (#23093)Ryan
2024-02-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-02-06WS2812: Better error message when trying to use `bitbang` driver on RP2040 (#...Ryan
2024-01-17I2C driver cleanup (#21273)David Hoelscher
2024-01-16i2c: rename read/write register functions (#22905)Ryan
2024-01-05Remove PWM advanced check for WS2812 driver (#22830)Drashna Jaelre
2023-12-21[Audio] Enable Complementary output for PWM Hardware driver (#22726)Drashna Jaelre
2023-12-12dac_additive: Decouple the buffer length from the waveform length (#22276)Nebuleon
2023-12-08Add ADC support STM32L4xx and STM32G4xx series MCUs (#22341)Cipulot
2023-11-26Cater for ECC failures in EFL wear-leveling. (#19749)Nick Brassel
2023-10-14Prep work for NKRO report separation (#22268)Ryan
2023-09-25Simplify more feature driver defines (#22090)Ryan
2023-09-25Merge remote-tracking branch 'upstream/master' into developNick Brassel
2023-09-25Document the RP2040-specific PS/2 implementation (#22079)Michael Büchler
2023-09-25Chibios SPI driver: allow some SPI pins to be left unassigned (#20315)Purdea Andrei
2023-09-25Reduce popping during audio initialization using the additive DAC (#21642)Nebuleon
2023-09-25Optimize the additive DAC code, fixing performance-related hangs (#21662)Nebuleon
2023-09-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-18Add missing gpio include to ps2 vendor (#22063)Dasky
2023-09-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-17Add missing gpio and chibios defs to uart.h (#22033)Constantine Karos
2023-09-14Default wear leveling logical size to half backing (#22006)Joel Challis
2023-09-13chibios: mark boot2 bootlader data readonly (#21986)Thomas Weißschuh
2023-09-04Clean up RGB LED type (#21859)Ryan
2023-07-26Remove needless precision in additive DAC sample generation (#21498)Nebuleon
2023-07-26Fix stuck note with square wave in additive DAC (#21589)Nebuleon
2023-07-23Allow the user to select one tone for the additive DAC (#21591)Nebuleon
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan
2023-07-09drivers: remove direct `quantum.h` includes (#21473)Ryan
2023-07-08Relocate backlight drivers (#21444)Ryan
2023-07-03usbpd_stm32g4: Configure UCPD before disabling the dead battery mode (#21430)Sergey Vlasov
2023-04-12[Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433)Drashna Jaelre
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-05Disable specific warnings to mitigate compilation problems with `KEEP_INTERME...Nick Brassel
2023-03-30WS2812 driver improvements (#20262)Ryan
2023-03-25[Core] PS/2 PIO Driver for RP2040 (#17893)Marek Kraus
2023-01-25analog.c: Fix `pinToMux()` for STM32F0xx (#19658)Sergey Vlasov
2023-01-23[Bug] rp2040: fix timer wrap deadlock in ws2812 vendor driver (#19652)Stefan Kerkmann
2023-01-24Corrections to uart driver for Chibios platform (#19075)David Hoelscher
2023-01-20Fix functions with empty params (#19647)Ryan
2023-01-19Add analog support for RP2040 (#19453)Sergey Vlasov
2023-01-12Update ChibiOS[-Contrib], SIO driver, configs (#17915)Stefan Kerkmann
2022-12-02Fixup EFL and F4's sector selection. (#19221)Nick Brassel
2022-11-23NVRAM refactor, phase 1. (#18969)Nick Brassel
2022-11-11Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, GD3...Nick Brassel
2022-11-11Fixup WS2812 vendor driver (#19028)jack
2022-11-10[Core] Allow custom timings for WS2812 PIO driver (#18006)Stefan Kerkmann