12345678910111213141516171819 |
- mainmenu "RT-Thread Configuration"
- BSP_DIR := .
- RTT_DIR := ../../..
- PKGS_DIR := packages
- source "$(RTT_DIR)/Kconfig"
- osource "$PKGS_DIR/Kconfig"
- rsource "board/Kconfig"
- config SOC_GD32VF103
- bool
- select ARCH_RISCV32
- select PKG_USING_NUCLEI_SDK
- select RT_USING_COMPONENTS_INIT
- select RT_USING_USER_MAIN
- default y
|