MicroPython now has a QEMU port that is relatively mature. One can use mpremote with it, and it supports a range of ARM Cortex M targets along with RISC-V.
So it would be good to have a make target for running our tests against qemu. So that it can be used manually when developing. But also to run this automatically in CI.
MicroPython now has a QEMU port that is relatively mature. One can use mpremote with it, and it supports a range of ARM Cortex M targets along with RISC-V.
So it would be good to have a make target for running our tests against qemu. So that it can be used manually when developing. But also to run this automatically in CI.