-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sys/uart_stdio: Move macro definitions to header file, rename STDIO -> UART_STDIO_DEV #5023
Conversation
Shouldn't these (now global) defines get a prefix, i.e. |
|
Well, STDIO was defined in the periph_conf's of the boards, right? So they're as global as before? |
board.h, but yes, it's already global, but it does make sense to rename it IMO. Is UART_STDIO_DEV and UART_STDIO_BAUDRATE fine as names? |
Fine with me. |
9e06633
to
baf3ff3
Compare
71aa36e
to
5244a92
Compare
|
Please squash |
5244a92
to
dc303a4
Compare
squashed, rebased on latest master |
ACK. CI happy -> go. |
sys/uart_stdio: Move macro definitions to header file, rename STDIO -> UART_STDIO_DEV
Travis hasn't finished. |
This allows ethos to use STDIO as its default port when not specifying
ETHOS_UART
andETHOS_BAUDRATE
via CFLAGS or other headers