aboutsummaryrefslogtreecommitdiff
path: root/ports/minimal/uart_core.c
AgeCommit message (Collapse)Author
2020-03-25unix,windows: Use STDIN_FILENO, STDOUT_FILENO macros where appropriate.David Lechner
This replaces 0 and 1 with STDIN_FILENO and STDOUT_FILENO to make the intention of the code clearer.
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
This is run with uncrustify 0.70.1, and black 19.10b0.
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.