summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers
Commit message (Expand)AuthorAgeFilesLines
* usbpd_stm32g4: Configure UCPD before disabling the dead battery mode (#21430)Sergey Vlasov2023-07-031-2/+5
* [Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433)Drashna Jaelre2023-04-121-0/+1
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-064-14/+14
* Disable specific warnings to mitigate compilation problems with `KEEP_INTERME...Nick Brassel2023-04-052-0/+12
* WS2812 driver improvements (#20262)Ryan2023-03-301-0/+0
* [Core] PS/2 PIO Driver for RP2040 (#17893)Marek Kraus2023-03-251-0/+271
* analog.c: Fix `pinToMux()` for STM32F0xx (#19658)Sergey Vlasov2023-01-251-16/+16
* [Bug] rp2040: fix timer wrap deadlock in ws2812 vendor driver (#19652)Stefan Kerkmann2023-01-231-6/+8
* Corrections to uart driver for Chibios platform (#19075)David Hoelscher2023-01-242-9/+6
* Fix functions with empty params (#19647)Ryan2023-01-202-2/+2
* Add analog support for RP2040 (#19453)Sergey Vlasov2023-01-191-6/+15
* Update ChibiOS[-Contrib], SIO driver, configs (#17915)Stefan Kerkmann2023-01-121-17/+7
* Fixup EFL and F4's sector selection. (#19221)Nick Brassel2022-12-021-16/+14
* NVRAM refactor, phase 1. (#18969)Nick Brassel2022-11-238-7/+7
* Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, GD3...Nick Brassel2022-11-111-1/+3
* Fixup WS2812 vendor driver (#19028)jack2022-11-111-1/+1
* [Core] Allow custom timings for WS2812 PIO driver (#18006)Stefan Kerkmann2022-11-101-71/+165
* Added analog support for WB32 MCU. (#18289)Joy Lee2022-11-011-6/+6
* [Core] Adjust PWM hardware audio driver for RP2040 (#17723)Stefan Kerkmann2022-10-271-92/+60
* ws2812: replace RGBLED_NUM with driver-owned constant to decouple driver from...Thomas Kriechbaumer2022-10-213-19/+19
* [Bug] RP2040: only clear RX FIFO for serial pio driver clear (#18581)Stefan Kerkmann2022-10-041-3/+4
* [Core] Serial-protocol: always clear receive queue on main half of split keyb...Stefan Kerkmann2022-10-031-8/+4
* Stabilize Half-duplex PIO split comms take 2 (#18421)Stefan Kerkmann2022-09-201-15/+2
* Add UART support for Kinetis boards (#18370)Ryan2022-09-172-17/+41
* Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-301-3/+3
* Use the correct bootloader definition. (#18102)Nick Brassel2022-08-191-1/+1
* Partially revert some WB32 specific changes (#18038)Joel Challis2022-08-142-23/+10
* Fix buffer size for WS2812 PWM driver (#17046)yiancar2022-08-131-4/+48
* Added ws2812_pwm support for WB32 MCU. (#17142)Joy Lee2022-08-131-4/+23
* Added ws2812_spi support for WB32 MCU (#17143)Joy Lee2022-08-132-2/+13
* Added implementation of WB32 MCU wear_leveling_efl. (#17579)Joy Lee2022-08-131-0/+2
* Fix issue with #17904. (#17905)Nick Brassel2022-08-041-1/+1
* Fixup compilation of printf-like functions with uint32_t args. (#17904)Nick Brassel2022-08-041-10/+10
* [Core] RP2040 disable PIO IRQs on serial timeout (#17839)Stefan Kerkmann2022-07-291-0/+2
* ChibiOS: use correct status codes in i2c_master.c (#17808)Stefan Kerkmann2022-07-281-2/+2
* Chibios: Stop I2C peripheral on transaction error (#17798)Stefan Kerkmann2022-07-261-15/+24
* Post-bootloader EFL/SPI fixes. (#17661)Nick Brassel2022-07-142-2/+4
* Allow MCU-specific overrides for SPI flags. (#17650)Nick Brassel2022-07-131-3/+3
* [Core] Use polled waiting on ChibiOS platforms that support it (#17607)Stefan Kerkmann2022-07-112-2/+3
* Stabilize Half-duplex PIO split comms (#17612)Stefan Kerkmann2022-07-111-3/+17
* Fixup SPI. (#17534)Nick Brassel2022-07-051-0/+3
* RP2040 emulated EEPROM. (#17519)Nick Brassel2022-07-022-0/+253
* [Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann2022-06-304-6/+699
* Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)Nick Brassel2022-06-304-0/+316
* [BUG] Fix deadlocks on disconnected secondary half (#17423)Stefan Kerkmann2022-06-212-11/+8
* [Core] Split ChibiOS usart split driver in protocol and hardware driver part ...Stefan Kerkmann2022-06-185-226/+263
* [Core] Allow usage of ChibiOS's SIO driver for split keyboards (#15907)Stefan Kerkmann2022-06-172-62/+150
* Rework paths for eeprom locations. (#17326)Nick Brassel2022-06-087-0/+1621
* Added support for Wb32fq95 (#16871)Joy Lee2022-05-233-4/+4
* [Core] Use a mutex guard for split shared memory (#16647)Stefan Kerkmann2022-04-192-10/+29