Pārlūkot izejas kodu

Merge pull request #1027 from enkiller/development

[bsp]Add SOC type
Bernard Xiong 7 gadi atpakaļ
vecāks
revīzija
af55ad28cf
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      bsp/lpc54608-LPCXpresso/Kconfig

+ 6 - 0
bsp/lpc54608-LPCXpresso/Kconfig

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