4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-03 09:44:34 +08:00

19 lines
319 B
Plaintext
Raw Normal View History

mainmenu "RT-Thread Configuration"
BSP_DIR := .
RTT_DIR := ../../../../..
PKGS_DIR := packages
config SOC_LPC55S28
2023-01-08 21:14:23 -05:00
bool
select ARCH_ARM_CORTEX_M33
select ARCH_ARM_CORTEX_SECURE
default y
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "../libraries/Kconfig"
rsource "board/Kconfig"