Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.26 KB

ROADMAP.md

File metadata and controls

40 lines (27 loc) · 1.26 KB

Roadmap

All planned changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


[1.3.0]

CAN FD frames with only one bitrate.

Added

  • Radio button to select between CAN and CAN FD frames for 11 and 29 bit IDs.
    • RTR frames are not available in FD mode.
  • Adapted computation of the CAN frame bits to support extended CAN FD frames.
  • Effective bitrate and transfer speed computed with the assumption that the payload bitrate is equal to the arbitration bitrate.
  • Default bitrates list extended on the upper end, adding: 5 Mbit/s, 2 Mbit/s

[1.4.0]

CAN FD with flexible data-rate.

Added

  • Support for CAN FD with payload bitrate different than then arbitration bitrate.
    • Bitrate can also be provided by the user instead of using one of the default ones from the list above
    • Bitrate can be expressed in multiple of 1024 (kibibit, Mebibit etc.)