summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/serial_protocol.c
Commit message (Collapse)AuthorAgeFilesLines
* [Core] Serial-protocol: always clear receive queue on main half of split ↵Stefan Kerkmann2022-10-031-8/+4
| | | | keyboard (#18419)
* [BUG] Fix deadlocks on disconnected secondary half (#17423)Stefan Kerkmann2022-06-211-4/+4
|
* [Core] Split ChibiOS usart split driver in protocol and hardware driver part ↵Stefan Kerkmann2022-06-181-0/+164
(#16669)