summaryrefslogtreecommitdiff
path: root/drivers/chibios/serial_usart.h
AgeCommit message (Collapse)Author
2021-08-17Relocate platform specific drivers (#13894)Joel Challis
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly
2021-07-02[Core] Unite half-duplex and full-duplex serial drivers (#13081)Stefan Kerkmann
* 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>
2021-05-29run: qmk cformat --core-onlyJames Young
2021-05-26Add Full-duplex serial driver for ARM boards (#9842)Stefan Kerkmann