2025-07-15 00:40:52 +00:00
|
|
|
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"
|
|
|
|
|
2025-07-15 10:14:38 +00:00
|
|
|
config PLATFORM_DIR
|
|
|
|
string
|
|
|
|
option env="PLATFORM_DIR"
|
|
|
|
default "D:/RT-ThreadStudio/workspace/RTGasFlowMeter/platform"
|
|
|
|
|
2025-07-15 00:40:52 +00:00
|
|
|
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_M7
|
|
|
|
select RT_USING_COMPONENTS_INIT
|
|
|
|
select RT_USING_USER_MAIN
|
2025-07-15 10:14:38 +00:00
|
|
|
default y
|