rtic-scope / cargo-rtic-scope

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

rtic-trace: wrap task code in closure on #[trace] instead #143

Closed tmplt closed 2 years ago

tmplt commented 2 years ago

Before this commit, traced tasks/functions were not allowed to prematurely exit, nor return anything.

Closes #63.