mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-17 00:53:31 +08:00
bd927324cc
This requires TFM package support to run in the secure side, while the RTT running in non-secure. Change-Id: Ic749f92937fc99e6e29ba4a1be66cb7819670f2c Signed-off-by: Karl Zhang <karl.zhang@arm.com>
27 lines
460 B
Plaintext
27 lines
460 B
Plaintext
mainmenu "RT-Thread Configuration"
|
|
|
|
config BSP_DIR
|
|
string
|
|
option env="BSP_ROOT"
|
|
default "."
|
|
|
|
config RTT_DIR
|
|
string
|
|
option env="RTT_ROOT"
|
|
default "../../.."
|
|
|
|
config PKGS_DIR
|
|
string
|
|
option env="PKGS_ROOT"
|
|
default "packages"
|
|
|
|
config SOC_LPC55S6x
|
|
bool
|
|
select ARCH_ARM_CORTEX_M33
|
|
default y
|
|
|
|
source "$RTT_DIR/Kconfig"
|
|
source "$PKGS_DIR/Kconfig"
|
|
source "../Libraries/Kconfig"
|
|
source "../lpc55s69_nxp_evk/board/Kconfig"
|