1234567891011121314151617181920 |
- mainmenu "RT-Thread Project Configuration"
- BSP_DIR := .
- RTT_DIR := ../../..
- PKGS_DIR := packages
- source "$(RTT_DIR)/Kconfig"
- osource "$PKGS_DIR/Kconfig"
- config SOC_SERIES_ACM32F0
- bool
- select ARCH_ARM_CORTEX_M0
- select RT_USING_COMPONENTS_INIT
- select RT_USING_USER_MAIN
- default y
- source "$(BSP_DIR)/drivers/Kconfig"
|