Skip to content

v0.2.0

Compare
Choose a tag to compare
@jonas-schievink jonas-schievink released this 05 Dec 13:44
· 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 of Frame.

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.