[0.3.3] 2022-06-14
Added
cargo rtic-scope replay --list
: print out a non-exhaustive header describing the index and trace file name, but not the comment (#140).
Changed
cortex-m-rtic-trace::trace
: write watch variables usingptr::volatile_write
instead, signaling that the write should not be optimized out.rtic-scope-frontend-dummy
: correctly report absolute timestamps as nanoseconds, not microseconds.cargo rtic-scope replay --list
: only print the trace comment if it exists (previously printed "None").
Fixed
cortex-m-rtic-trace::trace
: correctly handle tasks/functions that exit prematurely or return a value./contrib
: update lock file;cargo-rtic-scope
now builds again inside anix develop
shell.- Builds of PACs with default features like
device
orrt
during recovery stage, which previously resulted in fatal linker errors.
Full Changelog: v0.3.2...v0.3.3