zephyr/boards/arm/mps2_an521/mps2_an521.yaml
Ioannis Glaropoulos 32514d0441 boards: arm: mps2_an521: enable testing on mps2_an521 by default
mps2_an521 is the default board for ARMv8-M architecture with
support for Security Extension, and CI should test building and
running samples and tests on this board by default. As the focus
is on kernel, userspace, and arm test suites, certain tags are
set to be ignored when testing on this platform.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-11-22 11:36:59 +01:00

19 lines
244 B
YAML

identifier: mps2_an521
name: ARM V2M MPS2-AN521
type: mcu
arch: arm
simulation: qemu
toolchain:
- gnuarmemb
- zephyr
- xtools
supported:
- gpio
testing:
default: true
ignore_tags:
- drivers
- bluetooth
- net
- timer