- 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>
19 lines
254 B
YAML
19 lines
254 B
YAML
#
|
|
# Copyright 2024 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: mimxrt700_evk/mimxrt798s/hifi1
|
|
name: NXP MIMXRT700-EVK (HiFi1)
|
|
type: mcu
|
|
arch: xtensa
|
|
toolchain:
|
|
- xcc
|
|
- xt-clang
|
|
- zephyr
|
|
testing:
|
|
only_tags:
|
|
- kernel
|
|
vendor: nxp
|