Viktor Vilhelm Sonesten
Viktor Vilhelm Sonesten
We should probably handle #18 first.
Tangent: an STLink is not a CMSIS-DAP. `DAPSource` should be further abstracted to `ProbeSource`. We do not care what kind of probe is ultimately used, only that probe-rs supports it.
Mostly we just get an invalid sync size. This could just be a variance from the ITM standard.
Perhaps a feature-set of quirks should be maintained upstream?
This would be an upstream issue in probe-rs. Presumably the amount of work is non-trivial. Postponing.
I theorize that the root cause of this issue is [transient configuration noise seen on the SWO pin](https://github.com/rtic-scope#why-am-i-getting-an-erroneous-trace). So far I've only been able to reproduce this issue on a...
This could potentially change how flags work. Moving to next breaking release.
A side-effect of https://github.com/rtic-rs/rfcs/issues/51 would be the increased possibility of supporting more RTOSs other than just RTIC.
See #47, regarding the use of two DWT comparators.
@Yatekii, do you know if this would require some heavy library-fication of `cargo-embed` alike what was done for `cargo-flash`?