Dániel Buga

Results 578 comments of Dániel Buga

Add some details, please: - which command do you run? - what MCU do you use? - what channel settings do you specify?

This lint doesn't tell me what to do if I actually WANT an array/vec of ranges, which makes its strength even more bothersome.

Unfortunately, cargo will not help us with this issue. Cargo will always pick the newest version it is allowed to pick. If embedded-test lets it pick a range, cargo will...

> how would the user pass the macros to embedded-test? The idea would be to either prescribe the macro's name, or inject it with the attribute (`#[embedded_test::tests(implementation = macro_name)]` if...

This issue is related to cargo-embed, right? Probe-rs has otherwise no support for down channels at all.

Not currently, this use case was not really considered I think.

> Having an example for an external proble implementation would be nice to see how well it works for that use case. I would like to see all of the...

Ah nevermind I understand your issue now. > Additionally, a function would need to be added to the JtagAccess field to actually select the dap index. FYI the function you're...

Part of the problem is that the default `unwind_pc_without_debuginfo` implemntation does not unwind registers, so the backtrace will always stop at `panic` (or in your case, `delay`, because somewhere we...