Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

41 lines (29 loc) · 1.41 KB

Changelog

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