Kconfig 546 字节
Newer Older
D
DengQilong 已提交
1 2
mainmenu "RT-Thread Configuration"

misonyo's avatar
misonyo 已提交
3
config BSP_DIR
D
DengQilong 已提交
4 5 6 7
    string
    option env="BSP_ROOT"
    default "."

misonyo's avatar
misonyo 已提交
8
config RTT_DIR
D
DengQilong 已提交
9 10 11 12 13 14 15
    string
    option env="RTT_ROOT"
    default "../.."
    
# you can change the RTT_ROOT default "../.." to your rtthread_root,
# example : default "F:/git_repositories/rt-thread"

misonyo's avatar
misonyo 已提交
16
config PKGS_DIR
D
DengQilong 已提交
17 18 19 20
    string
    option env="PKGS_ROOT"
    default "packages"

21 22
source "$RTT_DIR/Kconfig"
source "$PKGS_DIR/Kconfig"
还_没_想_好's avatar
还_没_想_好 已提交
23 24 25 26 27 28

config SOC_LPC54608
    bool 
    select ARCH_ARM_CORTEX_M4
    default y

D
DengQilong 已提交
29 30
source "$BSP_DIR/drivers/Kconfig"