Skip to content

Commit a1aa463

Browse files
Flavio Ceolincfriedt
authored andcommitted
boards: mps2_an521_ns: Remove simulation capability
This board requires TF-M which is not supported by default in the current Zephyr release. Just remove the simulation capability to avoid CI failures. See: #54084 Signed-off-by: Flavio Ceolin <[email protected]>
1 parent 29c1e08 commit a1aa463

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

boards/arm/mps2_an521/mps2_an521_ns.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ type: mcu
44
arch: arm
55
ram: 4096
66
flash: 4096
7-
simulation: qemu
7+
# TFM is not supported by default in the Zephyr LTS release.
8+
# Excluding this board's simulator to avoid CI failures.
9+
#
10+
#simulation: qemu
811
toolchain:
912
- gnuarmemb
1013
- zephyr

0 commit comments

Comments
 (0)