Timo Lang
Timo Lang
The important parts (JSON +intellij support) of the libtest-mimic PR have been cherry-picked, unblocking the road to merging this PR :partying_face: Remaining points: * merge with master. currently, when I...
> There is a third option to handle libtest-mimic's format: mirror the struct in probe-rs with a different name for the argument (--output-format). It's a hassle for sure, but it's...
Today, an embedded-test user, asked how he can run either `probe-rs run` or `probe-rs test` as a cargo runner, depending on whether it is a test or not. As you...
> Even with that in mind, would renaming it `--binary-format` or something like that be such a bad thing? This would certainly make stuff simpler and reduce code duplication....
> merge with master. currently, when I merge this locally, I get the error `{"timestamp":"2024-01-27T10:20:26.102131Z","level":"ERROR","fields":{"message":"Executing the abstract command for write_32 failed: Exception (Abstractcs { .0: 10000302, progbufsize: 10, busy: false,...
> Are you using an esp32-c3 to try this? esp32-c6 (devkit) with [embedded-test-example](https://github.com/probe-rs/embedded-test-example)
> My device also reboots every few seconds Ok, strange. Can somebody else report how the [`embedded-test-example`](https://github.com/probe-rs/embedded-test-example) behaves with the branch `feature/testing2` of probe-rs? Please also report which OS you're...
Ok. I've isolated the problem at least a bit. I've merged the master branch into `feature/testing` until before https://github.com/probe-rs/probe-rs/pull/2080. As soon as I merge https://github.com/probe-rs/probe-rs/pull/2080 my `write_32` fails with the...
Thanks for finding and fixing this bug ^^ @bugadani . Also thanks for merging the rename `--format` stuff. Now the road is paved for embedded-test to be merged soon :partying_face:...
I've started with my rebased/rewritten version in #2292 @Yatekii @bugadani Any idea on how to write [`elf_contains_test`](https://github.com/probe-rs/probe-rs/blob/2bc7c1d1c3ed6e63e683e9330cab26e243211094/probe-rs/src/bin/probe-rs/cmd/run.rs#L203-L215) in a nice way?