JackN

Results 124 comments of JackN

> The implementation looks to be on the more-complex-than-necessary side at points, but it also seems to be working well, so thanks! It took a lot of wrangling to get...

@bugadani Thank you very much for taking the time to collaborate on this. I feel much better about the quality of this.

If we have the binaries in this crate, then I'd say probably no additional work required here.

@burrbull Would you be open to advising on this? I originally took the conservative approach (to compensate for my limited experience in this area), because I was concerned about unintended...

> > P.S. Saying about `.expand(true)`. If you want to decrease memory usage you should disable it. Create [`Index`](https://github.com/rust-embedded/svd/blob/819473991adee9b205cd77d1ed7ae28d89dbe318/svd-parser/src/expand.rs#L639) and then "derive" peripherals/registers, expand arrays, etc. manually on request. Although...

@SergioGasquez If you have the time/inclination to do so, I'd appreciate if you can do some testing with this branch. Hint: You can install it with `cargo install probe-rs --features...

@bugadani Thanks. I'm still actively working on #1935, which will contribute to being able to finalize this PR.

@Erhannis This is a bit of an 'experimental' branch. Doing breakpoints and stepping is rather tricky with the available debuginfo, and I really appreciate your positive feedback. I'm in the...

> in the "variables" list I've been getting some "unsupported memory @Erhannis ... I can't reproduce this. I get ![Screenshot 2024-05-22 at 4 42 02 PM](https://github.com/probe-rs/probe-rs/assets/5413046/a4340c67-e730-4066-9462-152da3b96eb9) Are you able to...

@bugadani , you are correct. The stepping issue is related and I am busy with final testing on a fix, so hopefully we can alleviate this soon. The `probe-rs info`...