esp-rs / esp-hal

no_std Hardware Abstraction Layers for ESP32 microcontrollers
https://docs.esp-rs.org/esp-hal/
Apache License 2.0
769 stars 214 forks source link

Add the `qa-test` package #2558

Closed jessebraham closed 1 week ago

jessebraham commented 1 week ago

As discussed previously, I have moved some examples which are more of QA tests into their own package. Not sure if everything that should be moved has been, but I think I got the obvious ones at least. Happy to move more over as needed.

I've basically just copied the README.md from the examples/ package, as the same information is relevant. Again, happy to make any changes as needed.

CI has been updated to build these as well.

Not sure when we want to merge this, but opening the PR now regardless.