From 58dbd41b96196f2d0e15d412bf44940d77dd5e14 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Wed, 25 Aug 2021 03:28:29 +0900 Subject: [PATCH] tests: arch: arm_no_multithreading: Run on mps3_an547 board This commit updates the `arm_no_multithreading` test to run on the recently added `mps3_an547` board. The `mps3_an547` SoC includes the Cortex-M55 processor which implements the ARMv8.1-M architecture that is not covered by any of the boards in the current "allowed platforms" list for this test. Signed-off-by: Stephanos Ioannidis --- tests/arch/arm/arm_no_multithreading/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/arch/arm/arm_no_multithreading/testcase.yaml b/tests/arch/arm/arm_no_multithreading/testcase.yaml index 247ff1bc57a..294a360b7c4 100644 --- a/tests/arch/arm/arm_no_multithreading/testcase.yaml +++ b/tests/arch/arm/arm_no_multithreading/testcase.yaml @@ -6,4 +6,4 @@ tests: arch.arm.no_multithreading: filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE platform_allow: qemu_cortex_m0 qemu_cortex_m3 mps2_an385 mps2_an521 - nrf52840dk_nrf52840 nrf9160dk_nrf9160 nrf51dk_nrf51422 + mps3_an547 nrf52840dk_nrf52840 nrf9160dk_nrf9160 nrf51dk_nrf51422