mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 22:29:52 +08:00
38 lines
641 B
Plaintext
38 lines
641 B
Plaintext
|
|
|
|
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
|
|
|
|
config TINA_USING_SDIO0
|
|
bool "Using SDIO0"
|
|
select RT_USING_SDIO
|
|
default y
|
|
|
|
config TINA_USING_SPI0
|
|
bool "Using spi0"
|
|
select RT_USING_SPI
|
|
default y
|
|
|
|
config TINA_USING_SPI1
|
|
bool "Using spi1"
|
|
select RT_USING_SPI
|
|
default y
|
|
|
|
config TINA_USING_SPI_FLASH
|
|
bool "Using flash"
|
|
select TINA_USING_SPI0
|
|
select RT_USING_SFUD
|
|
default y
|