- 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>
39 lines
477 B
YAML
39 lines
477 B
YAML
#
|
|
# Copyright 2024 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: frdm_mcxn947/mcxn947/cpu0/qspi
|
|
name: NXP FRDM-MCXN947 (CPU0) (QSPI)
|
|
type: mcu
|
|
arch: arm
|
|
ram: 320
|
|
flash: 8192
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
supported:
|
|
- adc
|
|
- arduino_gpio
|
|
- arduino_i2c
|
|
- arduino_serial
|
|
- arduino_spi
|
|
- can
|
|
- counter
|
|
- dac
|
|
- dma
|
|
- flash
|
|
- gpio
|
|
- i2c
|
|
- i3c
|
|
- pwm
|
|
- regulator
|
|
- rtc
|
|
- sdhc
|
|
- spi
|
|
- usb_device
|
|
- usbd
|
|
- watchdog
|
|
vendor: nxp
|