[BSP] Add BOARD_STM32F429_APPOLO option.
This commit is contained in:
parent
756bfcc5e2
commit
08d2e63b6d
|
@ -15,6 +15,11 @@ config $PKGS_DIR
|
|||
option env="PKGS_ROOT"
|
||||
default "packages"
|
||||
|
||||
config BOARD_STM32F429_APPOLO
|
||||
bool
|
||||
select ARCH_ARM_CORTEX_M4
|
||||
default y
|
||||
|
||||
source "$RTT_DIR/KConfig"
|
||||
source "$PKGS_DIR/KConfig"
|
||||
|
||||
|
|
Loading…
Reference in New Issue