4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 05:27:10 +08:00

[BSP] Add board type in imxrt1052-evk bsp

This commit is contained in:
Bernard Xiong 2017-12-15 14:41:03 +08:00
parent b4cfa4db09
commit 50ffc11704

View File

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