cargo-rtic-scope
cargo-rtic-scope copied to clipboard
Use only a single DWT comparator to trace software tasks
We don't need two comparators: we can use a single bit to denote if the task was entered or exited. This leaves 7 bits for the task ID, which is more than enough.
See #47, regarding the use of two DWT comparators.