4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-03 00:24:35 +08:00

22 lines
359 B
Plaintext
Raw Normal View History

config TINA_USING_UART0
bool "Using UART0"
select RT_USING_SERIAL
default n
config TINA_USING_UART1
bool "Using UART1"
select RT_USING_SERIAL
default y
config TINA_USING_UART2
bool "Using UART2"
select RT_USING_SERIAL
default y
2018-04-20 11:10:38 +08:00
config TINA_USING_SDIO0
bool "Using SDIO0"
select RT_USING_SDIO
default y