- 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>
36 lines
415 B
YAML
36 lines
415 B
YAML
#
|
|
# Copyright 2022-2025 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: rd_rw612_bga
|
|
name: NXP RD-RW612-BGA
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
ram: 960
|
|
flash: 65536
|
|
supported:
|
|
- adc
|
|
- counter
|
|
- dac
|
|
- dma
|
|
- dmic
|
|
- entropy
|
|
- flash
|
|
- gpio
|
|
- hwinfo
|
|
- i2c
|
|
- i2s
|
|
- pwm
|
|
- spi
|
|
- usb_device
|
|
- usb_host
|
|
- watchdog
|
|
- netif:eth
|
|
- netif:openthread
|
|
vendor: nxp
|