- 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>
27 lines
323 B
YAML
27 lines
323 B
YAML
#
|
|
# Copyright 2024 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: mimxrt685_evk/mimxrt685s/hifi4
|
|
name: NXP MIMXRT685-EVK (HiFi4)
|
|
type: mcu
|
|
arch: xtensa
|
|
ram: 64
|
|
flash: 64
|
|
toolchain:
|
|
- zephyr
|
|
- xt-clang
|
|
- xtools
|
|
supported:
|
|
- dma
|
|
- gpio
|
|
- i2c
|
|
- i3c
|
|
- i2s
|
|
- spi
|
|
testing:
|
|
only_tags:
|
|
- kernel
|