2019-12-07 01:02:55 +08:00
|
|
|
mainmenu "RT-Thread Configuration"
|
|
|
|
|
2024-06-11 12:16:39 +08:00
|
|
|
BSP_DIR := .
|
2019-12-07 01:02:55 +08:00
|
|
|
|
2024-06-11 12:16:39 +08:00
|
|
|
RTT_DIR := ../..
|
2019-12-07 01:02:55 +08:00
|
|
|
|
|
|
|
# you can change the RTT_ROOT default "../.." to your rtthread_root,
|
|
|
|
# example : default "F:/git_repositories/rt-thread"
|
|
|
|
|
2024-06-11 12:16:39 +08:00
|
|
|
PKGS_DIR := packages
|
2019-12-07 01:02:55 +08:00
|
|
|
|
2024-06-11 12:16:39 +08:00
|
|
|
source "$(RTT_DIR)/Kconfig"
|
|
|
|
source "$(RTT_DIR)/libcpu/mips/common/Kconfig"
|
|
|
|
osource "$PKGS_DIR/Kconfig"
|
2019-12-07 01:02:55 +08:00
|
|
|
|
|
|
|
config MIPSSIM
|
|
|
|
bool
|
|
|
|
select ARCH_MIPS
|
|
|
|
select RT_USING_COMPONENTS_INIT
|
|
|
|
select RT_USING_USER_MAIN
|
|
|
|
select RT_USING_DEVICE
|
|
|
|
default y
|