Просмотр исходного кода

Merge remote-tracking branch 'upstream/master'

uestczyh222 8 лет назад
Родитель
Сommit
c1f9ebbde3
2 измененных файлов с 13 добавлено и 0 удалено
  1. 2 0
      components/Kconfig
  2. 11 0
      components/utilities/Kconfig

+ 2 - 0
components/Kconfig

@@ -26,4 +26,6 @@ source "$RTT_DIR/components/gui/Kconfig"
 
 
 source "$RTT_DIR/components/vbus/Kconfig"
 source "$RTT_DIR/components/vbus/Kconfig"
 
 
+source "$RTT_DIR/components/utilities/Kconfig"
+
 endmenu
 endmenu

+ 11 - 0
components/utilities/Kconfig

@@ -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