- 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>
24 lines
296 B
YAML
24 lines
296 B
YAML
#
|
|
# Copyright (c) 2021, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: mimxrt1170_evk@A/mimxrt1176/cm4
|
|
name: NXP MIMXRT1170-EVK (CM4)
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
ram: 128
|
|
flash: 128
|
|
supported:
|
|
- dac
|
|
- dma
|
|
- flash
|
|
- gpio
|
|
- i2c
|
|
- pwm
|
|
vendor: nxp
|