forked from xuos/xiuos
support M7 imxrt-ok1052 board
This commit is contained in:
@@ -18,5 +18,6 @@ cp -rf $current/nuttx $nuttx
|
||||
cp -rf $current/apps $nuttx
|
||||
cp -rf $nuttx/aiit_board/aiit-arm32-board $nuttx/nuttx/boards/arm/stm32
|
||||
cp -rf $nuttx/aiit_board/aiit-riscv64-board $nuttx/nuttx/boards/risc-v/k210
|
||||
cp -rf $nuttx/aiit_board/imxrt1052-ok $nuttx/nuttx/boards/arm/imxrt
|
||||
|
||||
cd ../nuttx
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user