summaryrefslogtreecommitdiff
path: root/platforms/chibios/drivers/uart.h
AgeCommit message (Collapse)Author
2023-09-17Add missing gpio and chibios defs to uart.h (#22033)Constantine Karos
2023-07-09drivers: remove direct `quantum.h` includes (#21473)Ryan
2023-01-24Corrections to uart driver for Chibios platform (#19075)David Hoelscher
2022-09-17Add UART support for Kinetis boards (#18370)Ryan
* Add UART support for Kinetis boards * Default PAL mode for GPIOV1
2021-11-27Westberrytech pr (#14422)Joy Lee
* Added support for WB32 MCU * Modified eeprom_wb32.c * Remove the eeprom_wb32-related code
2021-11-13Update UART driver API (#14839)Ryan
* 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>
2021-08-17Relocate platform specific drivers (#13894)Joel Challis
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly