mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-21 02:53:30 +08:00
012aa0e0d0
* [bsp][lpc55sxx] add support for LPC55S16 * [bsp][lpc55s16] formating LPC55S16 driver
28 lines
475 B
Plaintext
28 lines
475 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_LPC55S16
|
|
bool
|
|
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"
|