You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for RISCV debugging using a Jlink debug probe.
Support for SWD debugging using a Jlink debug probe.
Changed
The entire API was overhauled. The Probe, Session and Core structs have different interaction and APIs now.
Please have a look at the docs and examples to get an idea of the new interface.
The new API supports multiple architectures and makes the initialization process until the point where you can talk to a core easier.
The core methods don't need a passed probe anymore. Instead it stores an Rc to the Session object internally. The Probe object is taken by the Session which then can attach to multiple cores.
The modules have been cleaned up. Some heavily nested hierarchy has been flattened.
More consistent and clean naming and reporting of errors in the stlink and daplink modules. Also the errorhandling for the probe has been improved.
Fixed
Various fixes
Known issues
Some chips do not reset automatically after flashing