mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 05:35:22 +00:00
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>
19 lines
244 B
YAML
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
|