mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-04 13:01:39 +00:00
23 lines
373 B
Plaintext
23 lines
373 B
Plaintext
mainmenu "RT-Thread Project Configuration"
|
|
|
|
BSP_DIR := .
|
|
|
|
RTT_DIR := ../../../..
|
|
|
|
PKGS_DIR := packages
|
|
|
|
source "$(RTT_DIR)/Kconfig"
|
|
osource "$PKGS_DIR/Kconfig"
|
|
|
|
config SOC_LPC178
|
|
bool
|
|
select ARCH_ARM_CORTEX_M3
|
|
select RT_USING_COMPONENTS_INIT
|
|
select RT_USING_USER_MAIN
|
|
select PKG_USING_NXP_LPC_DRIVER
|
|
default y
|
|
|
|
source "$(BSP_DIR)/drivers/Kconfig"
|
|
|
|
|