summaryrefslogtreecommitdiffstats
path: root/drivers/chibios/serial_usart.h
Commit message (Collapse)AuthorAgeFilesLines
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-116/+0
| | | | | | | * Relocate platform specific drivers * Move stm eeprom * Tidy up slightly
* [Core] Unite half-duplex and full-duplex serial drivers (#13081)Stefan Kerkmann2021-07-021-7/+33
| | | | | | | | | | | | | | | * Unite half-duplex and full-duplex serial driver. * Add full duplex operation mode to the interrupt based driver * Delete DMA UART based full duplex driver * The new driver targets #11930 * Fix freezes with failing transactions in half-duplex * Increase default serial TX/RX buffer size to 128 bytes * Correctly use bool instead of size_t Co-authored-by: Nick Brassel <nick@tzarc.org>
* run: qmk cformat --core-onlyJames Young2021-05-291-4/+16
|
* Add Full-duplex serial driver for ARM boards (#9842)Stefan Kerkmann2021-05-261-0/+78