| 12345678910111213141516171819202122 |
- mainmenu "RT-Thread Configuration"
- BSP_DIR := .
- RTT_DIR := ../..
- # you can change the RTT_ROOT default "../.." to your rtthread_root,
- # example : default "F:/git_repositories/rt-thread"
- PKGS_DIR := packages
- source "$(RTT_DIR)/Kconfig"
- source "$(RTT_DIR)/libcpu/mips/common/Kconfig"
- osource "$PKGS_DIR/Kconfig"
- config MIPSSIM
- bool
- select ARCH_MIPS
- select RT_USING_COMPONENTS_INIT
- select RT_USING_USER_MAIN
- select RT_USING_DEVICE
- default y
|