- 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>
26 lines
349 B
YAML
26 lines
349 B
YAML
#
|
|
# Copyright 2019, 2024, 2025 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: lpcxpresso55s69/lpc55s69/cpu0/ns
|
|
name: NXP LPCXpresso55S69 (CPU0) (Non-Secure)
|
|
type: mcu
|
|
arch: arm
|
|
ram: 136
|
|
flash: 96
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
supported:
|
|
- adc
|
|
- arduino_spi
|
|
- counter
|
|
- dma
|
|
- gpio
|
|
- spi
|
|
- watchdog
|
|
- rtc
|
|
vendor: nxp
|