Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify UART headers (#24855) | Ryan | 2025-01-26 | 1 | -39/+0 |
| | | | | | | | | | | | * Remove deprecated defines * Move default config to .c files * Unify UART headers * Clean up docs * Reorganise PAL mode defaults | ||||
* | Fix uart function prototypes (#15162) | Drashna Jaelre | 2021-11-15 | 1 | -2/+2 |
| | |||||
* | Update UART driver API (#14839) | Ryan | 2021-11-13 | 1 | -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> | ||||
* | Relocate platform specific drivers (#13894) | Joel Challis | 2021-08-17 | 1 | -0/+35 |
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly |