浏览代码

[BSP] Add board type in imxrt1052-evk bsp

Bernard Xiong 7 年之前
父节点
当前提交
50ffc11704
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      bsp/imxrt1052-evk/Kconfig

+ 5 - 0
bsp/imxrt1052-evk/Kconfig

@@ -18,6 +18,11 @@ config $PKGS_DIR
 source "$RTT_DIR/Kconfig"
 source "$PKGS_DIR/Kconfig"
 
+config BOARD_IMXRT1052_EVK
+    bool
+    select ARCH_ARM_CORTEX_M7
+    default y
+
 config RT_USING_UART
     bool "Using RT_USING_UART"
     default y