cf8f42c5e6
This commit adds the flash and RAM size attributes to the board YAML file so that the board can be properly filtered by memory sizes. Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
26 lines
330 B
YAML
26 lines
330 B
YAML
#
|
|
# Copyright (c) 2019-2021 Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: mps3_an547
|
|
name: Arm MPS3-AN547
|
|
type: mcu
|
|
arch: arm
|
|
ram: 512
|
|
flash: 512
|
|
simulation: qemu
|
|
toolchain:
|
|
- gnuarmemb
|
|
- zephyr
|
|
- xtools
|
|
supported:
|
|
- gpio
|
|
testing:
|
|
ignore_tags:
|
|
- drivers
|
|
- bluetooth
|
|
- net
|
|
- timer
|