Skip to content

Commit

Permalink
[µTVM] Zephyr: Add MPS2-AN521 board as a test platform (#7864)
Browse files Browse the repository at this point in the history
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 <gustavo.romero@linaro.org>
  • Loading branch information
gromero authored Apr 19, 2021
1 parent e67c5b7 commit ee5da50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/micro/zephyr/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
}


Expand Down

0 comments on commit ee5da50

Please sign in to comment.