bsp: add basic configure files for abstract-machine

This commit is contained in:
Zihao Yu 2023-05-24 09:50:02 +08:00
parent e2376a3709
commit 072b83d547
5 changed files with 218 additions and 0 deletions

View file

@ -0,0 +1,25 @@
mainmenu "RT-Thread Project Configuration"
config BSP_DIR
string
option env="BSP_ROOT"
default "."
config RTT_DIR
string
option env="RTT_ROOT"
default "../../"
config PKGS_DIR
string
option env="PKGS_ROOT"
default "packages"
source "$RTT_DIR/Kconfig"
source "$PKGS_DIR/Kconfig"
config BOARD_AM
bool
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y