summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/serial.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | (#16669)
* [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 ↵Drashna Jaelre2022-03-231-1/+2
| | | | (#16709)
* 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
| | | | | * Refactor use of STM32_SYSCLK * clang
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-0/+278
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly