Sergio Gasquez Arcos
Sergio Gasquez Arcos
ESP32-C2 HIL tests were just added! we are just missing ESP32, which is blocked due to https://github.com/probe-rs/probe-rs/issues/2354
With https://github.com/esp-rs/esp-hal/pull/1977 merged, all our devices are covered in HIL! There are still a few tests disabled for some targets, see https://github.com/esp-rs/esp-hal/issues/1524
> but should be able to test on a full size C3 soon Out of curiosity, have you been able to test on a C3?
Do you mind trying with `main`? You can patch `esp-hal` by adding in your `Cargo.toml`: ```toml [patch.crates-io] esp-hal ={ git = "https://github.com/esp-rs/esp-hal"} ``` You would also require some changes when...
Just tried the HIL workflow with `main` rev `bd24069` and H2 still fails with the same err: https://github.com/esp-rs/esp-hal/actions/runs/9400541556/job/25892675252
Using `bba1bb5` works fine in H2, so I'll mark the issue as resolved!
> One potential drawback might be that we don't have a very easy way to see what is already there for the upcoming release (i.e. we and the community can...