Scott Mabin
Scott Mabin
We've recently merged many dependencies into the esp-hal tree directly. This doesn't solve all the issues you've mentioned, and a glue crate is still something we're thinking about for the...
I haven't yet, I plan on doing some rough benchmarking tomorrow. On single-core SoC's this will most likely be a bit slower, but not taking an all-core global lock (even...
I don't have time to work on this currently so I will close this for now.
@juliankrieger Could you test out https://github.com/probe-rs/probe-rs/pull/2164, you can do so by running `cargo install probe-rs --features cli --git https://github.com/mabezdev/probe-rs --branch memprot`
If you look at the backtrace though, you can see that your program is panicking. If you end up in the abort handler stepping _probably_ won't do anything; though it...
When using probe-rs run, can you also supply `--catch-reset`? That should hopefully solve the DMI timeout issues (if you're still running my branch). I'm not sure if we have an...
@jfernandez Could you please post this against https://github.com/esp-rs/esp-idf-hal instead? If possible, could you link your project (if its open source), along with compiler versions etc, thanks!
~~Hmm, this appears to be more related to the block device adapters, when `write_all` is finished, the pointer in the file is at the end, so read begins from the...
Thanks, I guess I was a bit confused when I opened this issue.
Seems to only affect the root dir, also reproduced on rust-fatfs, so most likely an existing bug.