Merge remote-tracking branch 'upstream/master'

This commit is contained in:
uestczyh222
2017-12-04 01:59:18 +08:00
2 changed files with 13 additions and 0 deletions
+2
View File
@@ -26,4 +26,6 @@ source "$RTT_DIR/components/gui/Kconfig"
source "$RTT_DIR/components/vbus/Kconfig"
source "$RTT_DIR/components/utilities/Kconfig"
endmenu
+11
View File
@@ -0,0 +1,11 @@
menu "Utilities"
config RT_USING_LOGTRACE
bool "Enable log trace"
default n
config RT_USING_RYM
bool "Enable Ymodem"
default n
endmenu