Dániel Buga
Dániel Buga
You should be able to flash [Hex](https://github.com/probe-rs/probe-rs/blob/14f2e574e08e618b5e7412faac87a4f6f19625a2/probe-rs-tools/src/bin/probe-rs/main.rs#L295) files by specifying `--binary-format hex`.
I think I'd rather if embedded-test collected logs into memory and printed them if a test failed. A log feature that interleaves itself into the "UI" output isn't ideal but...
The issue opener is a bit vague on what Mabez wants, so yeah I guess I'm hijacking this a bit with output capture, but I feel like we can appropriate...
> Where does the esp32p4-flashloader come from? https://github.com/esp-rs/esp-flash-loader - I think this PR was made before https://github.com/esp-rs/esp-flash-loader/pull/18 which should either just work, or need a rom linker script update (which...
Can you paste the output of `espflash board-info` here, please?
Thanks, your chip is something we internall call `ECO4.1`. ECO5 chips are marked as revision `3.0`.
`write` writes RAM. You're looking for `probe-rs download`
Why are you closing a PR, and reopening a new one with the same thing?
If you commit to the same branch, the PR will be updated, and CI will run on it. However, closing and creating a new PR will send 2 messages to...
It might be better to have the print-hint functionality in probe-rs-tools, not the library. Then we wouldn't need a feature gate in the library.