summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/serial.c
Commit message (Expand)AuthorAgeFilesLines
* [Core] Use polled waiting on ChibiOS platforms that support it (#17607)Stefan Kerkmann2022-07-111-1/+2
* [BUG] Fix deadlocks on disconnected secondary half (#17423)Stefan Kerkmann2022-06-211-7/+4
* [Core] Split ChibiOS usart split driver in protocol and hardware driver part ...Stefan Kerkmann2022-06-181-2/+2
* [Core] Use a mutex guard for split shared memory (#16647)Stefan Kerkmann2022-04-191-9/+20
* [Bug] Fix unused variable error when using ChibiOS Bitbang serial driver (#16...Drashna Jaelre2022-03-231-1/+2
* Format code according to conventions (#16322)QMK Bot2022-02-121-10/+26
* Deprecate split transactions status field (#16023)Stefan Kerkmann2022-01-261-13/+6
* Refactor use of STM32_SYSCLK (#14430)Joel Challis2021-09-141-1/+1
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-0/+278