mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-12 03:09:11 +08:00
12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
|
menu "Utilities"
|
||
|
|
||
|
config RT_USING_LOGTRACE
|
||
|
bool "Enable log trace"
|
||
|
default n
|
||
|
|
||
|
config RT_USING_RYM
|
||
|
bool "Enable Ymodem"
|
||
|
default n
|
||
|
|
||
|
endmenu
|