Add separate feature flag to enable interrupt tracing

This commit is contained in:
Quentin Smith
2022-08-16 00:42:08 -04:00
parent 145af0e4ab
commit 0bf178dd1b
3 changed files with 11 additions and 8 deletions

View File

@ -50,6 +50,9 @@ time-tick-1000hz = ["time"]
time-tick-1mhz = ["time"]
time-tick-16mhz = ["time"]
# Trace interrupt invocations with rtos-trace.
rtos-trace-interrupt = ["rtos-trace"]
[dependencies]
defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }