- 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
431 B
YAML
36 lines
431 B
YAML
#
|
|
# Copyright (c) 2021, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: mimxrt1170_evk@A/mimxrt1176/cm7
|
|
name: NXP MIMXRT1170-EVK (CM7)
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
ram: 256
|
|
flash: 16384
|
|
supported:
|
|
- adc
|
|
- can
|
|
- counter
|
|
- dac
|
|
- display
|
|
- dma
|
|
- flash
|
|
- gpio
|
|
- hwinfo
|
|
- i2c
|
|
- mipi_dsi
|
|
- netif:eth
|
|
- pwm
|
|
- spi
|
|
- usb_device
|
|
- usbd
|
|
- video
|
|
- watchdog
|
|
vendor: nxp
|