rtic-scope / cargo-rtic-scope

Non-intrusive ITM tracing/replay toolset for RTIC programs with nanosecond timestamp accuracy.
16 stars 4 forks source link

Remove `expect_malformed` flag and side-effects? #120

Open tmplt opened 2 years ago

tmplt commented 2 years ago

This flag is theoretically useless. It's no longer necessary; see #119.

Should malformed packets be removed from the API and from itm too?

tmplt commented 2 years ago

We should probably handle #18 first.