mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 19:39:53 +08:00
20 lines
349 B
Plaintext
20 lines
349 B
Plaintext
config RT_USING_UART1
|
|
bool "Enable UART1 (PB6/7)"
|
|
default y
|
|
|
|
config RT_USING_UART2
|
|
bool "Enable UART2 (PA2/3)"
|
|
default y
|
|
|
|
config RT_USING_UART3
|
|
bool "Enable UART3 (PD8/9)"
|
|
default y
|
|
|
|
config RT_USING_UART4
|
|
bool "Enable UART4 (PC10/11)"
|
|
default n
|
|
|
|
config RT_USING_UART5
|
|
bool "Enable UART5 (PC12/PD2)"
|
|
default n
|