bsp: add basic configure files for abstract-machine
This commit is contained in:
parent
e2376a3709
commit
072b83d547
5 changed files with 218 additions and 0 deletions
25
bsp/abstract-machine/Kconfig
Normal file
25
bsp/abstract-machine/Kconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue