summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/vendor
Commit message (Expand)AuthorAgeFilesLines
* Document the RP2040-specific PS/2 implementation (#22079)Michael Büchler2023-09-251-1/+1
* Add missing gpio include to ps2 vendor (#22063)Dasky2023-09-181-0/+1
* drivers: remove direct `quantum.h` includes (#21473)Ryan2023-07-093-7/+12
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-3/+3
* [Core] PS/2 PIO Driver for RP2040 (#17893)Marek Kraus2023-03-251-0/+271
* [Bug] rp2040: fix timer wrap deadlock in ws2812 vendor driver (#19652)Stefan Kerkmann2023-01-231-6/+8
* 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
* ws2812: replace RGBLED_NUM with driver-owned constant to decouple driver from...Thomas Kriechbaumer2022-10-211-6/+6
* [Bug] RP2040: only clear RX FIFO for serial pio driver clear (#18581)Stefan Kerkmann2022-10-041-3/+4
* Stabilize Half-duplex PIO split comms take 2 (#18421)Stefan Kerkmann2022-09-201-15/+2
* [Core] RP2040 disable PIO IRQs on serial timeout (#17839)Stefan Kerkmann2022-07-291-0/+2
* [Core] Use polled waiting on ChibiOS platforms that support it (#17607)Stefan Kerkmann2022-07-111-1/+1
* Stabilize Half-duplex PIO split comms (#17612)Stefan Kerkmann2022-07-111-3/+17
* [Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann2022-06-302-0/+646