v0.2.0
·
145 commits
to master
since this release
New Features
- Add associated constants for highest/lowest CAN IDs.
Fixes
- Update bank count when changing filter bank split.
- Fix filter bank logic and document the expected behavior.
- Fix filter accesses for the slave peripheral.
- Fix DLC range check in
Frame::new_remote
. - Fix
PartialEq
implementation ofFrame
.
Breaking Changes
- Change some APIs to accept
impl Into<T>
arguments to improve ergonomics. - Rename some filter methods to clarify their meaning.
- Remove
MasterInstance::Slave
associated type.