Skip to content

v0.3.3

Latest
Compare
Choose a tag to compare
@tmplt tmplt released this 14 Jun 17:07
· 1 commit to master since this release

[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 using ptr::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 a nix develop shell.
  • Builds of PACs with default features like device or rt during recovery stage, which previously resulted in fatal linker errors.

Full Changelog: v0.3.2...v0.3.3