Skip to content

Commit

Permalink
boards: arm: mps2_an521: Enable TFM testing in CI
Browse files Browse the repository at this point in the history
The mps2_an521_nonsecure exists for TFM and is also utilized as a config
for multicore samples.  We can enable just the TFM tests with only_tags
and get a bit of additional coverage in QEMU for the TFM integration.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak committed Mar 6, 2021
1 parent b17530c commit 7609240
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions boards/arm/mps2_an521/mps2_an521_nonsecure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ identifier: mps2_an521_nonsecure
name: ARM V2M MPS2-AN521_nonsecure
type: mcu
arch: arm
simulation: qemu
toolchain:
- gnuarmemb
- zephyr
- xtools
supported:
- gpio
testing:
default: true
only_tags:
- tfm

0 comments on commit 7609240

Please sign in to comment.