- 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
295 B
YAML
24 lines
295 B
YAML
#
|
|
# Copyright 2021,2024 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: mimxrt1160_evk/mimxrt1166/cm4
|
|
name: NXP MIMXRT1160-EVK (CM4)
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
ram: 128
|
|
flash: 128
|
|
supported:
|
|
- dma
|
|
- flash
|
|
- gpio
|
|
- i2c
|
|
- pwm
|
|
- uart
|
|
vendor: nxp
|