[BSP] Add BOARD_STM32F429_APPOLO option.

This commit is contained in:
bernard 2017-10-31 09:55:12 +08:00
parent 756bfcc5e2
commit 08d2e63b6d
1 changed files with 5 additions and 0 deletions

View File

@ -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"