Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@tmplt tmplt released this 20 Nov 21:00
· 4 commits to master since this release

[v0.8.0] - 2022-11-20

Added

  • itm: serial convenience module for serial device configuration. Gated behind a "serial" feature.

Changed

  • itm-decode: configures the given file as a serial device on --freq.
  • iter::Timestamps: associate the timestamp data relation (now termed "quality") with a wrapping enum instead.
    For example, a previous Timestamp { offset: 1, data_relation: Sync } is now represented as Timestamp::Sync(1).
    This change greatly encourages the downstream user to handle all timestamp qualities.
  • Improved iter::Timestamps documentation regarding timestamp quality.