- Notifications
You must be signed in to change notification settings - Fork81
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
A major update to thedump
module, with some usability improvements to frames and sockets.
CanAnyFrame
implementsFrom
trait forCanDataFrame
,CanRemoteFrame
, andCanErrorFrame
.CanFdSocket
implementaTryFrom
trait forCanSocket
- Added FdFlags::FDF bit mask for CANFD_FDF
- The FDF flag is forced on when creating a CanFdFrame.
- Updates to
dump
module:- Re-implemented with text parsing
ParseError
now implements stdError
trait viathiserror::Error
- Parses FdFlags field properly
- CANFD_FDF bit flag recognized on input
- Fixed reading remote frames
- Now reads remote length
CanDumpRecord
changes:- Removed lifetime and made
device
field an ownedString
- Removed lifetime and made
- Implemented
Clone
andDisplay
traits.Display
trait is compatible with the candump log record format
dump::Reader
is now an Iterator itself, returning fullCanDumpRecord
items- New unit tests
- #59 Embedded Hal for CanFdSocket
Assets2
Uh oh!
There was an error while loading.Please reload this page.