Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[µTVM]: Zephyr: Add mps2_an521 board to the CI
Since Arm reference board mps2_an521 is now added as a test platform to test µTVM with Zephyr and that test platform runs by default emulated, plus Zephyr docker images were updated to use Zephyr v2.5-branch, add the mps2_an521 board as a platform to be automatically used by the CI. That change will allow testing µTVM on top of Zephyr running on a Cortex-m33 MCU. Currently only a x86 VM is used for that kind of test. Thus it will help ensure that there is no regression on Arm-based MCUs. That commit also adds explicitly the parameter --microtvm-platforms=host to the current x86 test for ease of reading on which test platforms are triggered in the CI ('host' is the default platform when that parameter is ommited, so nothing changes for tests on the x86 VM). Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
- Loading branch information