- Fixes an inconsistency in the board list of the MCUx-VSCode extension. No functional change. - Adjusts names in yaml files to follow the currently used approach "NXP <board_name> [(cpu)] [(type)]". Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
36 lines
473 B
YAML
36 lines
473 B
YAML
#
|
|
# Copyright 2018, 2025 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: mimxrt1060_evk/mimxrt1062/hyperflash
|
|
name: NXP MIMXRT1060-EVK (HyperFlash)
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
ram: 32768
|
|
flash: 65536
|
|
supported:
|
|
- arduino_gpio
|
|
- arduino_i2c
|
|
- arduino_serial
|
|
- arduino_spi
|
|
- counter
|
|
- display
|
|
- dma
|
|
- flash
|
|
- gpio
|
|
- i2c
|
|
- netif:eth
|
|
- pwm
|
|
- sdhc
|
|
- spi
|
|
- usb_device
|
|
- usbd
|
|
- watchdog
|
|
- rtc
|
|
vendor: nxp
|