mattytrentini / micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
Other
3 stars 0 forks source link

Add Hardware-In-the-Loop (HIL) testing to MicroPython #18

Open mattytrentini opened 1 year ago

mattytrentini commented 1 year ago

It is highly desirable to use HIL testing in the CI pipeline of MicroPython. Tests could be run on a number of devices which would give a high degree of confidence of a successful build if the tests had adequate coverage.

Todo

May be best to change MicroPython to build and store some firmware in the main repository (so the firmware binaries wouldn't need rebuilding).