| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | 2023-09-25 | 1 | -1/+1 |
| |\ |
|
| | * | Document the RP2040-specific PS/2 implementation (#22079) | Michael Büchler | 2023-09-25 | 1 | -1/+1 |
| * | | Chibios SPI driver: allow some SPI pins to be left unassigned (#20315) | Purdea Andrei | 2023-09-25 | 1 | -17/+55 |
| * | | Reduce popping during audio initialization using the additive DAC (#21642) | Nebuleon | 2023-09-25 | 1 | -3/+10 |
| * | | Optimize the additive DAC code, fixing performance-related hangs (#21662) | Nebuleon | 2023-09-25 | 1 | -6/+9 |
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-09-18 | 1 | -0/+1 |
| |\| |
|
| | * | Add missing gpio include to ps2 vendor (#22063) | Dasky | 2023-09-18 | 1 | -0/+1 |
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-09-17 | 1 | -0/+3 |
| |\| |
|
| | * | Add missing gpio and chibios defs to uart.h (#22033) | Constantine Karos | 2023-09-17 | 1 | -0/+3 |
| * | | Default wear leveling logical size to half backing (#22006) | Joel Challis | 2023-09-13 | 2 | -2/+2 |
| * | | chibios: mark boot2 bootlader data readonly (#21986) | Thomas Weißschuh | 2023-09-13 | 1 | -2/+2 |
| * | | Clean up RGB LED type (#21859) | Ryan | 2023-09-04 | 4 | -5/+5 |
| |/ |
|
| * | Remove needless precision in additive DAC sample generation (#21498) | Nebuleon | 2023-07-27 | 1 | -1/+1 |
| * | Fix stuck note with square wave in additive DAC (#21589) | Nebuleon | 2023-07-27 | 1 | -1/+1 |
| * | Allow the user to select one tone for the additive DAC (#21591) | Nebuleon | 2023-07-23 | 1 | -1/+1 |
| * | quantum: remove direct `quantum.h` includes (#21507) | Ryan | 2023-07-16 | 4 | -8/+6 |
| * | drivers: remove direct `quantum.h` includes (#21473) | Ryan | 2023-07-09 | 13 | -20/+26 |
| * | Relocate backlight drivers (#21444) | Ryan | 2023-07-08 | 2 | -0/+351 |
| * | usbpd_stm32g4: Configure UCPD before disabling the dead battery mode (#21430) | Sergey Vlasov | 2023-07-03 | 1 | -2/+5 |
| * | [Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433) | Drashna Jaelre | 2023-04-13 | 1 | -0/+1 |
| * | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 4 | -14/+14 |
| * | Disable specific warnings to mitigate compilation problems with `KEEP_INTERME... | Nick Brassel | 2023-04-05 | 2 | -0/+12 |
| * | WS2812 driver improvements (#20262) | Ryan | 2023-03-30 | 1 | -0/+0 |
| * | [Core] PS/2 PIO Driver for RP2040 (#17893) | Marek Kraus | 2023-03-25 | 1 | -0/+271 |
| * | analog.c: Fix `pinToMux()` for STM32F0xx (#19658) | Sergey Vlasov | 2023-01-25 | 1 | -16/+16 |
| * | [Bug] rp2040: fix timer wrap deadlock in ws2812 vendor driver (#19652) | Stefan Kerkmann | 2023-01-23 | 1 | -6/+8 |
| * | Corrections to uart driver for Chibios platform (#19075) | David Hoelscher | 2023-01-23 | 2 | -9/+6 |
| * | Fix functions with empty params (#19647) | Ryan | 2023-01-20 | 2 | -2/+2 |
| * | Add analog support for RP2040 (#19453) | Sergey Vlasov | 2023-01-19 | 1 | -6/+15 |
| * | Update ChibiOS[-Contrib], SIO driver, configs (#17915) | Stefan Kerkmann | 2023-01-12 | 1 | -17/+7 |
| * | Fixup EFL and F4's sector selection. (#19221) | Nick Brassel | 2022-12-02 | 1 | -16/+14 |
| * | NVRAM refactor, phase 1. (#18969) | Nick Brassel | 2022-11-23 | 8 | -7/+7 |
| * | Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, GD3... | Nick Brassel | 2022-11-12 | 1 | -1/+3 |
| * | Fixup WS2812 vendor driver (#19028) | jack | 2022-11-10 | 1 | -1/+1 |
| * | [Core] Allow custom timings for WS2812 PIO driver (#18006) | Stefan Kerkmann | 2022-11-09 | 1 | -71/+165 |
| * | Added analog support for WB32 MCU. (#18289) | Joy Lee | 2022-11-01 | 1 | -6/+6 |
| * | [Core] Adjust PWM hardware audio driver for RP2040 (#17723) | Stefan Kerkmann | 2022-10-27 | 1 | -92/+60 |
| * | ws2812: replace RGBLED_NUM with driver-owned constant to decouple driver from... | Thomas Kriechbaumer | 2022-10-20 | 3 | -19/+19 |
| * | [Bug] RP2040: only clear RX FIFO for serial pio driver clear (#18581) | Stefan Kerkmann | 2022-10-04 | 1 | -3/+4 |
| * | [Core] Serial-protocol: always clear receive queue on main half of split keyb... | Stefan Kerkmann | 2022-10-03 | 1 | -8/+4 |
| * | Stabilize Half-duplex PIO split comms take 2 (#18421) | Stefan Kerkmann | 2022-09-20 | 1 | -15/+2 |
| * | Add UART support for Kinetis boards (#18370) | Ryan | 2022-09-17 | 2 | -17/+41 |
| * | 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-14 | 1 | -4/+48 |
| * | Added ws2812_pwm support for WB32 MCU. (#17142) | Joy Lee | 2022-08-14 | 1 | -4/+23 |
| * | Added ws2812_spi support for WB32 MCU (#17143) | Joy Lee | 2022-08-14 | 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 |