- 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>
25 lines
313 B
YAML
25 lines
313 B
YAML
#
|
|
# Copyright 2024-2025 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: mimxrt700_evk/mimxrt798s/cm33_cpu1
|
|
name: NXP MIMXRT700-EVK (CPU1)
|
|
type: mcu
|
|
arch: arm
|
|
ram: 256
|
|
flash: 512
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
supported:
|
|
- counter
|
|
- gpio
|
|
- uart
|
|
- adc
|
|
- i3c
|
|
- flash
|
|
- memc
|
|
vendor: nxp
|