Sean Cross
Sean Cross
As far as I know, I'm the target maintainer, at least according to https://doc.rust-lang.org/nightly/rustc/platform-support/riscv32imac-unknown-xous-elf.html
Ah, thank you for the reivew! The list is at https://doc.rust-lang.org/nightly/rustc/platform-support.html and most links are clickable.
I've added the ability to batch JTAG commands, so up to 32-bits are now included in an single packet. Additionally, I've added the ability to connect to a remote BMP...
The latest version of this patch introduces full ADIv5 acceleration. It should be quite fast now, and should be considered feature complete. The only thing missing is SWO which can...
I mentioned that in https://github.com/probe-rs/probe-rs/issues/2800#issuecomment-2336547115 but I thought it wasn't an issue since it's in `Cargo.lock`. I wonder -- does `cargo install` ignore `Cargo.lock` by default? If so, then perhaps...
No worries about the noise -- I really appreciate the testing, and am happy it's already useful for someone.
I realize this is a relatively large patch, even though it's contained within its own new Probe. Would it be possible to get some feedback on it? If this is...
I've removed the `libudev` feature from `serialport-rs`. It ought to use a fallback of scanning /sys/ now, and the feature is now gone.
Ultimately, what we want to have is a way to go from a USB VID/PID to a path. And the way to do that is system-dependent. Let me see what...
I've reverted that change and added `libudev` back in. I'm trying to think if there's a different way to treat Linux...