summaryrefslogtreecommitdiff
path: root/ports/stm32/uart.h
AgeCommit message (Collapse)Author
2019-10-13remove ports/stm32Dan Halbert
2018-04-23stm32/uart: Allow ctrl-C to work with UARTs put on REPL via os.dupterm.Damien George
2018-02-15stm32: Change header include guards from STMHAL to STM32 to match dir.Damien George
2017-10-19stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked.Damien George
Also simplifies the code by removing the specialised (and inefficient) cooked functions from UART and USB_VCP.
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.