summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/uart.c
Commit message (Collapse)AuthorAgeFilesLines
* Update UART driver API (#14839)Ryan2021-11-131-2/+6
| | | | | | | | | | | | | | | | | | | | | | * Add uart_puts() and uart_gets() * Add some docs * Rework API * Formatting * Update docs/uart_driver.md Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Simplify a uart_write() loop * Update platforms/avr/drivers/uart.c Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)Joel Challis2021-09-161-2/+2
|
* Refactor use of _STM32_ defines (#14439)Joel Challis2021-09-151-4/+4
|
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-0/+50
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly