Dániel Buga
Dániel Buga
The error is related to defmt, not RTT - so the repsence of `_SEGGER_RTT` does not mean anything. > minimal code Please provide a whole project that I can try...
This is still not a complete project. Are you referencing the `defmt.x` linker script in your project, for example?
To chime in, I think the API of fugit contains enough, albeit small, inconsistencies to not stabilize as is. To point at one: `Duration::ticks` is a getter, while `Duration::hours` is...
set up a server on a rpi - it won't be simple do debug, but you can see if it reproduces
Sounds like a timing issue. What if you increase the retry count?
You could try reflashing that probe into a dap-rs implementation, but I bet you don't want to spend the time to build a new probe for your kit :)
Please take a look at https://docs.rs/semihosting/0.1.14/semihosting/process/fn.exit.html and let us know if it's what you're looking for.
Define functional, we have a raspberry that boots. We don't have anything on it, let alone flashing support in probe-rs or GHA workflows in this repo. What's the definition of...
@jamesmunns I think the best indicator for changes is esp-idf: they have defined a separate hardware version, with a different register abstraction for ECO5. The analogy would be two somewhat...
It's not a matter of naming, it's a matter of different hardware behind the PACs. There are more differences between the devices than their register layout, though - different ROM...