support M7 imxrt-ok1052 board

This commit is contained in:
wgz-code
2022-03-07 18:24:10 +08:00
parent a5f48c65b7
commit 23099c5326
35 changed files with 5335 additions and 0 deletions
@@ -445,6 +445,16 @@ config ARCH_BOARD_IMXRT1050_EVK
This is the board configuration for the port of NuttX to the NXP i.MXRT
evaluation kit, MIMXRT1050-EVKB. This board features the MIMXRT1052DVL6A MCU.
config ARCH_BOARD_IMXRT1052_OK
bool "NXP i.MX RT 1052 OK"
depends on ARCH_CHIP_MIMXRT1052DVL6A
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
---help---
This is the board configuration for the port of NuttX to the NXP i.MXRT
evaluation kit, MIMXRT1052-OK. This board features the MIMXRT1052DVL6A MCU.
config ARCH_BOARD_IMXRT1060_EVK
bool "NXP i.MX RT 1060 EVK"
depends on ARCH_CHIP_MIMXRT1062DVL6A
@@ -2382,6 +2392,7 @@ config ARCH_BOARD
default "hymini-stm32v" if ARCH_BOARD_HYMINI_STM32V
default "imxrt1020-evk" if ARCH_BOARD_IMXRT1020_EVK
default "imxrt1050-evk" if ARCH_BOARD_IMXRT1050_EVK
default "imxrt1052-ok" if ARCH_BOARD_IMXRT1052_OK
default "imxrt1060-evk" if ARCH_BOARD_IMXRT1060_EVK
default "imxrt1064-evk" if ARCH_BOARD_IMXRT1064_EVK
default "kwikstik-k40" if ARCH_BOARD_KWIKSTIK_K40
@@ -2660,6 +2671,9 @@ endif
if ARCH_BOARD_IMXRT1050_EVK
source "boards/arm/imxrt/imxrt1050-evk/Kconfig"
endif
if ARCH_BOARD_IMXRT1052_OK
source "boards/arm/imxrt/imxrt1052-ok/Kconfig"
endif
if ARCH_BOARD_IMXRT1060_EVK
source "boards/arm/imxrt/imxrt1060-evk/Kconfig"
endif