Skip to content

v0.7.0

Compare
Choose a tag to compare
@jonas-schievink jonas-schievink released this 30 May 11:38
· 9 commits to master since this release

New Features

  • [breaking change] Add support for using the second RX FIFO.
    • The Rx type has been renamed to Rx0, and an Rx1 type has been introduced that accesses the second FIFO.
    • enable_bank now takes the Fifo the filter should be assigned to as an additional argument.
  • Implement the embedded-hal 0.2.7 CAN traits.

Other Changes

  • [breaking change] Removed the embedded-can-03 feature as the embedded-can crate is deprecated.
  • [breaking change] Use a new OverrunError type as the receive error instead of ().