Scott Mabin
Scott Mabin
Re-opening as we had to revert the fix in #19
Hmm, maybe we could get way with copying however many we need, and then renaming that last one, instead of deleting it?
@davidkern that would be great!
> In the meantime, both the libc crate changes, as well as using a newer libc are in latest Rust nightlies, so what remains is @MabezDev to include an updated...
Perhaps the first option on this comment might help: https://stackoverflow.com/a/62374703
FYI I have started the upstreaming process of the ring patch: https://github.com/briansmith/ring/pull/1506
> Also, regarding the clap-stuff, I see two options: > > * Keep the ugly hack in place, allowing probe-rs to keep its `--format` option, but the user must use...
> > AFAIK, its only used by esp targets > > not quite, it's useful to differentiate between elf/bin images Ah you're right, I thought that was a different arg...
> 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? I would parse the elf and...
Let's close this and continue discussion in https://github.com/probe-rs/probe-rs/pull/2292