Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

51 lines (36 loc) · 1.67 KB

Changelog

  • Update MSRV to 1.60

v0.2.1 2024-09-04

  • Bugfix: Fix transmit pause configuration #41
  • Update depreciated method set_interrupt_line_config to select_interrupt_line_1 #46

v0.2.0 2023-07-09

  • Breaking: Rename method set_interrupt_line_config to select_interrupt_line_1 #27
  • bors bot replaced with GH merge queue
  • Update txbuffer element.rs : to data length #23
  • Expose protocol status and error properties #25
  • Fix undefined behaviour in write_mailbox. #32
  • Use volatile reads and writes for rx and tx buffers #34
  • message_ram: fix SFIDx read/write mask #36

v0.1.2 2022-09-13

  • Fix DLC field (frame length) for FDCAN frames #21

v0.1.1 2022-07-27

  • Fix mask for STANDARD ID, was applied incorrectly

[v0.1.0] 2022-03-18

Initial release.

Callbacks replaced with parameter buffer #10