Adding support for UART0 (#14094)
commit31bd403446961b89d98e0e5577f2c46e9f83e0a1
authorJay Blackman <blckmn@users.noreply.github.com>
Sat, 28 Dec 2024 05:55:15 +0000 (28 16:55 +1100)
committerGitHub <noreply@github.com>
Sat, 28 Dec 2024 05:55:15 +0000 (28 16:55 +1100)
tree63b42a4ce6639bd009e4382f51ceb4e07ee1dda4
parent59e308ae56bb33b10f7f1be289602e3ec5cc0f56
Adding support for UART0 (#14094)
13 files changed:
src/main/cli/cli.c
src/main/drivers/serial_pinconfig.c
src/main/drivers/serial_tcp.c
src/main/drivers/serial_uart.c
src/main/drivers/serial_uart_impl.h
src/main/io/displayport_msp.c
src/main/io/serial.c
src/main/io/serial.h
src/main/io/serial_resource.c
src/main/msp/msp.c
src/main/pg/serial_uart.c
src/main/target/common_defaults_post.h
src/test/unit/cli_unittest.cc