1mainmenu "RT-Thread Project Configuration" 2 3BSP_DIR := . 4 5RTT_DIR := ../.. 6 7PKGS_DIR := packages 8 9source "$(RTT_DIR)/Kconfig" 10osource "$PKGS_DIR/Kconfig" 11 12config SOC_JUICEVM_RV64 13 bool 14 select ARCH_RISCV64 15 16config BOARD_RV64_FRDM_JUICEVM 17 bool 18 select SOC_JUICEVM_RV64 19 select RT_USING_COMPONENTS_INIT 20 select RT_USING_USER_MAIN 21 default y 22 23rsource "driver/Kconfig" 24 25config __STACKSIZE__ 26 int 27 default 4096 28