rtic-scope / cargo-rtic-scope

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

Realize zero end-user overhead #100

Open tmplt opened 2 years ago

tmplt commented 2 years ago

The whole point of RTIC Scope is to offer instant insight into firmware behavior if it's written in RTIC. Work remains to reach this point. Namely:

This list is very likely to grow.

The end-user should only need to set some flags in the RTIC application declaration and potentially write some configuration in a checked-in file.

tmplt commented 2 years ago

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.