mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 06:19:24 +08:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
|
config BSP_USING_UART0
|
||
|
bool "Using UART0"
|
||
|
select RT_USING_SERIAL
|
||
|
default y
|
||
|
|
||
|
config BSP_USING_WIFI
|
||
|
bool "Using WIFI"
|
||
|
select RT_USING_WIFI
|
||
|
default y
|