Kconfig 577 字节
Newer Older
L
liruncong 已提交
1 2
mainmenu "RT-Thread Configuration"

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

misonyo's avatar
misonyo 已提交
8
config RTT_DIR
L
liruncong 已提交
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
L
liruncong 已提交
17 18 19 20
    string
    option env="PKGS_ROOT"
    default "packages"
    
misonyo's avatar
misonyo 已提交
21
config ENV_DIR
L
liruncong 已提交
22 23 24 25 26 27 28 29 30 31 32
    string
    option env="ENV_ROOT"
    default "/"

source "$RTT_DIR/Kconfig"
source "$PKGS_DIR/Kconfig"

config RT_USING_UART1
    bool "Using RT_USING_UART1"
    default y