rt-thread-official/bsp/tm4c129x/Kconfig

25 lines
384 B
Plaintext
Raw Normal View History

mainmenu "RT-Thread Configuration"
2019-01-16 23:23:38 +08:00
config BSP_DIR
string
option env="BSP_ROOT"
default "."
2019-01-16 23:23:38 +08:00
config RTT_DIR
string
option env="RTT_ROOT"
default "../.."
2019-01-16 23:23:38 +08:00
config PKGS_DIR
string
option env="PKGS_ROOT"
default "packages"
source "$RTT_DIR/Kconfig"
source "$PKGS_DIR/Kconfig"
config RT_USING_UART0
bool "Using RT_USING_UART0"
default y