- 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>
24 lines
312 B
YAML
24 lines
312 B
YAML
#
|
|
# Copyright (c) 2017, 2024 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: lpcxpresso54114/lpc54114/m4
|
|
name: NXP LPCXpresso54114 (M4)
|
|
type: mcu
|
|
arch: arm
|
|
ram: 64
|
|
flash: 256
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
supported:
|
|
- arduino_i2c
|
|
- arduino_spi
|
|
- flash
|
|
- gpio
|
|
- i2c
|
|
- spi
|
|
vendor: nxp
|