4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-25 15:47:25 +08:00

28 lines
480 B
Plaintext
Raw Normal View History

2022-12-05 15:05:07 +08:00
mainmenu "RT-Thread Configuration"
config BSP_DIR
string
option env="BSP_ROOT"
default "."
config RTT_DIR
string
option env="RTT_ROOT"
default "../../../../.."
2022-12-05 15:05:07 +08:00
config PKGS_DIR
string
option env="PKGS_ROOT"
default "packages"
config SOC_LPC55S06
2023-01-08 21:14:23 -05:00
bool
2022-12-05 15:05:07 +08:00
select ARCH_ARM_CORTEX_M33
select ARCH_ARM_CORTEX_SECURE
default y
source "$RTT_DIR/Kconfig"
source "$PKGS_DIR/Kconfig"
source "../Libraries/Kconfig"
source "board/Kconfig"