- 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>
20 lines
267 B
YAML
20 lines
267 B
YAML
#
|
|
# Copyright (c) 2017, 2024 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: lpcxpresso54114/lpc54114/m0
|
|
name: NXP LPCXpresso54114 (M0)
|
|
type: mcu
|
|
arch: arm
|
|
ram: 32
|
|
flash: 64
|
|
testing:
|
|
ignore_tags:
|
|
- net
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
vendor: nxp
|