Skip to content

Releases: stm32-rs/bxcan

v0.2.2

28 Dec 14:14
Compare
Choose a tag to compare

New Features

  • Add Can::is_transmitter_idle.

v0.2.1

05 Dec 14:26
Compare
Choose a tag to compare

Breaking Changes

  • Update SlaveFilters::enable_bank to also take impl Into<T>.

v0.2.0

05 Dec 13:44
Compare
Choose a tag to compare

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.

v0.1.0

05 Dec 13:44
Compare
Choose a tag to compare

Initial release