123456789101112131415161718192021 |
- 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
- default y
- source "$(BSP_DIR)/drivers/Kconfig"
|