summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/serial_usart.c
Commit message (Collapse)AuthorAgeFilesLines
* Format code according to conventions (#16322)QMK Bot2022-02-121-1/+1
|
* Deprecate split transactions status field (#16023)Stefan Kerkmann2022-01-261-22/+10
|
* Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)Joel Challis2021-09-161-3/+3
|
* Refactor use of _STM32_ defines (#14439)Joel Challis2021-09-151-5/+5
|
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-0/+318
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly