- 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>
30 lines
369 B
YAML
30 lines
369 B
YAML
#
|
|
# Copyright 2021,2024 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: mimxrt1160_evk/mimxrt1166/cm7
|
|
name: NXP MIMXRT1160-EVK (CM7)
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
ram: 256
|
|
flash: 16384
|
|
supported:
|
|
- can
|
|
- counter
|
|
- dma
|
|
- flash
|
|
- gpio
|
|
- hwinfo
|
|
- i2c
|
|
- netif:eth
|
|
- pwm
|
|
- spi
|
|
- usb_device
|
|
- watchdog
|
|
vendor: nxp
|