You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
658 B
33 lines
658 B
3 days ago
|
mainmenu "RT-Thread Configuration"
|
||
|
|
||
|
config BSP_DIR
|
||
|
string
|
||
|
option env="BSP_ROOT"
|
||
|
default "."
|
||
|
|
||
|
config RTT_DIR
|
||
|
string
|
||
|
option env="RTT_ROOT"
|
||
|
default "rt-thread"
|
||
|
|
||
|
config PKGS_DIR
|
||
|
string
|
||
|
option env="PKGS_ROOT"
|
||
|
default "packages"
|
||
|
|
||
|
config PLATFORM_DIR
|
||
|
string
|
||
|
option env="PLATFORM_DIR"
|
||
|
default "C:/RT-ThreadStudio/workspace/828/platform"
|
||
|
|
||
|
source "$RTT_DIR/Kconfig"
|
||
|
source "$PKGS_DIR/Kconfig"
|
||
|
source "$PKGS_DIR/packages/misc/samples/Kconfig"
|
||
|
|
||
|
config RT_STUDIO_BUILT_IN
|
||
|
bool
|
||
|
select ARCH_ARM_CORTEX_M4
|
||
|
select RT_USING_COMPONENTS_INIT
|
||
|
select RT_USING_USER_MAIN
|
||
|
default y
|