mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-24 19:07:24 +08:00
19 lines
314 B
Plaintext
19 lines
314 B
Plaintext
|
mainmenu "RT-Thread Configuration"
|
||
|
|
||
|
BSP_DIR := .
|
||
|
|
||
|
RTT_DIR := ../../../../..
|
||
|
|
||
|
PKGS_DIR := packages
|
||
|
|
||
|
config SOC_MCX
|
||
|
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"
|