mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 14:43:31 +08:00
20 lines
337 B
Plaintext
20 lines
337 B
Plaintext
|
config RT_USING_EXT_SDRAM
|
||
|
bool "Enable SDRAM on the board"
|
||
|
default y
|
||
|
|
||
|
config RT_USING_UART1
|
||
|
bool "Enable UART1"
|
||
|
default y
|
||
|
|
||
|
config RT_USING_UART2
|
||
|
bool "Enable UART2"
|
||
|
default n
|
||
|
|
||
|
config RT_USING_UART3
|
||
|
bool "Enable UART3"
|
||
|
default n
|
||
|
|
||
|
config RT_USING_SPI5
|
||
|
bool "Enable SPI5"
|
||
|
default n
|