- 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>
37 lines
421 B
YAML
37 lines
421 B
YAML
#
|
|
# Copyright 2024-2025 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: mimxrt1180_evk/mimxrt1189/cm33
|
|
name: NXP MIMXRT1180-EVK (CM33)
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
ram: 128
|
|
flash: 16384
|
|
supported:
|
|
- adc
|
|
- can
|
|
- counter
|
|
- flash
|
|
- gpio
|
|
- i2c
|
|
- mbox
|
|
- netif:eth
|
|
- pwm
|
|
- uart
|
|
- i3c
|
|
- dma
|
|
- spi
|
|
- watchdog
|
|
- usbd
|
|
- sdhc
|
|
- dac
|
|
- kpp
|
|
- i2s
|
|
vendor: nxp
|