From 44676218b02b44c722507d541f4c8dd0f516a978 Mon Sep 17 00:00:00 2001 From: Gustavo Romero Date: Mon, 19 Apr 2021 15:17:12 -0300 Subject: [PATCH] =?UTF-8?q?[=C2=B5TVM]=20Zephyr:=20Add=20MPS2-AN521=20boar?= =?UTF-8?q?d=20as=20a=20test=20platform=20(#7864)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that MPS2-AN521 board is supported as a µTVM target, add it as test platform so tests can run against it by using: $ pytest test_zephyr.py --microtvm-platforms=mps2_an521 Signed-off-by: Gustavo Romero --- tests/micro/zephyr/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/micro/zephyr/conftest.py b/tests/micro/zephyr/conftest.py index 83a76e7bbc5d1..17aeec4afe181 100644 --- a/tests/micro/zephyr/conftest.py +++ b/tests/micro/zephyr/conftest.py @@ -27,6 +27,7 @@ "stm32f746xx_nucleo": ("stm32f746xx", "nucleo_f746zg"), "stm32f746xx_disco": ("stm32f746xx", "stm32f746g_disco"), "nrf5340dk": ("nrf5340dk", "nrf5340dk_nrf5340_cpuapp"), + "mps2_an521": ("mps2_an521", "mps2_an521-qemu"), }