summaryrefslogtreecommitdiffstats
path: root/drivers/chibios/serial_usart.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-161-1/+1
|\
| * Normalise include statements in keyboard code (#11185)Ryan2020-12-161-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-111-2/+2
|\|
| * Normalise include statements in core code (#11153)Ryan2020-12-111-2/+2
| | | | | | | | | | * Normalise include statements in core code * Missed one
* | Configurable serial usart timeout (#11057)XScorpion22020-11-301-5/+8
|/
* ARM split - Add uart half duplex transport support (#7987)Joel Challis2020-05-211-0/+234
* ARM split - Add uart half duplex transport support * Fix for f103 * initial full duplex pass * partially remove full duplex * Correct speeds within driver docs Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>