forked from xuos/xiuos
change xidatong to xidatong-arm32 on nuttx 10.3.0
This commit is contained in:
@@ -456,15 +456,15 @@ 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_XIDATONG
|
||||
bool "NXP i.MX RT 1052 XIDATONG"
|
||||
config ARCH_BOARD_XIDATONG_ARM32
|
||||
bool "NXP i.MX RT 1052 XIDATONG_ARM32"
|
||||
depends on ARCH_CHIP_MIMXRT1052CVL5B
|
||||
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-XIDATONG. This board features the MIMXRT1052CVL5B MCU.
|
||||
evaluation kit, MIMXRT1052-XIDATONG_ARM32. This board features the MIMXRT1052CVL5B MCU.
|
||||
|
||||
config ARCH_BOARD_IMXRT1060_EVK
|
||||
bool "NXP i.MX RT 1060 EVK"
|
||||
@@ -2472,7 +2472,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 "xidatong" if ARCH_BOARD_XIDATONG
|
||||
default "xidatong-arm32" if ARCH_BOARD_XIDATONG_ARM32
|
||||
default "imxrt1060-evk" if ARCH_BOARD_IMXRT1060_EVK
|
||||
default "imxrt1064-evk" if ARCH_BOARD_IMXRT1064_EVK
|
||||
default "kwikstik-k40" if ARCH_BOARD_KWIKSTIK_K40
|
||||
@@ -2759,8 +2759,8 @@ endif
|
||||
if ARCH_BOARD_IMXRT1050_EVK
|
||||
source "boards/arm/imxrt/imxrt1050-evk/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_XIDATONG
|
||||
source "boards/arm/imxrt/xidatong/Kconfig"
|
||||
if ARCH_BOARD_XIDATONG_ARM32
|
||||
source "boards/arm/imxrt/xidatong-arm32/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_IMXRT1060_EVK
|
||||
source "boards/arm/imxrt/imxrt1060-evk/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user