rt-thread-official/bsp/k210/Kconfig

25 lines
416 B
Plaintext
Raw Permalink Normal View History

2018-12-18 21:01:03 +08:00
mainmenu "RT-Thread Project Configuration"
2019-01-16 23:23:38 +08:00
config BSP_DIR
2018-12-18 21:01:03 +08:00
string
option env="BSP_ROOT"
default "."
2019-01-16 23:23:38 +08:00
config RTT_DIR
2018-12-18 21:01:03 +08:00
string
option env="RTT_ROOT"
default "../.."
2018-12-18 21:01:03 +08:00
2019-01-16 23:23:38 +08:00
config PKGS_DIR
2018-12-18 21:01:03 +08:00
string
option env="PKGS_ROOT"
default "packages"
source "$RTT_DIR/Kconfig"
source "$PKGS_DIR/Kconfig"
2022-08-04 08:13:40 +08:00
source "drivers/Kconfig"
2018-12-18 21:01:03 +08:00
config __STACKSIZE__
int "stack size for interrupt"
default 4096