Releases: stm32-rs/bxcan
Releases · stm32-rs/bxcan
v0.2.2
New Features
- Add
Can::is_transmitter_idle
.
v0.2.1
Breaking Changes
- Update
SlaveFilters::enable_bank
to also takeimpl Into<T>
.
v0.2.0
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.
v0.1.0
Initial release