@@ -1,11 +1,11 @@
mainmenu "RT-Thread Configuration"
-config $BSP_DIR
+config BSP_DIR
string
option env="BSP_ROOT"
default "."
-config $RTT_DIR
+config RTT_DIR
option env="RTT_ROOT"
default "../.."
@@ -13,7 +13,7 @@ config $RTT_DIR
# you can change the RTT_ROOT default "../.." to your rtthread_root,
# example : default "F:/git_repositories/rt-thread"
-config $PKGS_DIR
+config PKGS_DIR
option env="PKGS_ROOT"
default "packages"
@@ -13,12 +13,12 @@ config $RTT_DIR
-config $ENV_DIR
+config ENV_DIR
option env="ENV_ROOT"
default "/"
@@ -1,16 +1,16 @@
# example: default "F:/git_repositories/rt-thread"
default: "../.."
# you can change the RTT_ROOT default: "rt-thread"
default "../../.."
mainmenu "RT-Thread Project Configuration"
@@ -1,17 +1,17 @@
# you can change the RTT_ROOT default: "../.."