You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.