(at the risk that some of you have already seen my message in the probe-rs or esp-rs chatroom, here it is anyway:) I would like to showcase https://crates.io/crates/embedded-test embedded-test is similar to defmt-test, but: - resets the core before each test case - is fully integratrated into rust-analyzer/vscode/intellij test workflow - support for async init/test functions (using embassy) - supports test case timeout on the host side it uses `probe-rs test` which will become a new subcommand... Are you willing to try it out, and give me some feedback? That would be awesome. Thank you :)