- 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>
34 lines
428 B
YAML
34 lines
428 B
YAML
#
|
|
# Copyright 2017, 2025 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: mimxrt1050_evk/mimxrt1052/qspi
|
|
name: NXP MIMXRT1050-EVK (QSPI)
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
ram: 32768
|
|
flash: 8192
|
|
supported:
|
|
- adc
|
|
- arduino_gpio
|
|
- arduino_serial
|
|
- counter
|
|
- display
|
|
- dma
|
|
- flash
|
|
- gpio
|
|
- i2c
|
|
- netif:eth
|
|
- sdhc
|
|
- spi
|
|
- usb_device
|
|
- usbd
|
|
- watchdog
|
|
- rtc
|
|
vendor: nxp
|