Merge pull request #1027 from enkiller/development

[bsp]Add SOC type
This commit is contained in:
Bernard Xiong 2017-11-22 21:07:04 +08:00 committed by GitHub
commit af55ad28cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ config $PKGS_DIR
source "$RTT_DIR/KConfig" source "$RTT_DIR/KConfig"
source "$PKGS_DIR/KConfig" source "$PKGS_DIR/KConfig"
config SOC_LPC54608
bool
select ARCH_ARM_CORTEX_M4
default y
source "$BSP_DIR/drivers/Kconfig" source "$BSP_DIR/drivers/Kconfig"