Skip to content

Releases: REVrobotics/CANBridge

Version 2.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 21:00

What's Changed

  • Update build system for Linux, macOS, overhaul GitHub Actions, remove serial driver by @garrettsummerfi3ld in #37

New Contributors

Full Changelog: v2.6.0...v2.7.0

Version 2.6.0

Choose a tag to compare

@github-actions github-actions released this 07 Nov 01:01

What's Changed

Adds CANDevice.CopyReceivedMessagesMap()

Full Changelog: v2.5.1...v2.6.0

Version 2.5.1

Choose a tag to compare

@github-actions github-actions released this 02 Oct 21:49

Fix detecting that a frame to send is an RTR

Version 2.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Sep 16:55
  • Allows sending RTR messages by ORing the arb ID with HAL_CAN_IS_FRAME_REMOTE by @LandryNorris in #36

Full Changelog: v2.4.1...v2.5.0

Version 2.4.1

Choose a tag to compare

@github-actions github-actions released this 17 Sep 22:57

What's Changed

Full Changelog: v2.4.0...v2.4.1

Version 2.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 17:46
  • Fixes issue where non-repeating messages with the same arbitration ID sent in quick succession could be dropped (#30)
    • This is still true for repeating messages, but that's intended behavior, as typically only the most recent data matters for repeating messages

Version 2.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 21:09
74d7209

Fix repeat frames in #24
Only remove elements matching the id we're throwing out in #25

Version 2.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Nov 16:46
6917751

Makes ReceiveMessage() always return the most recent matching message (#22)

Version 2.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 15:30
1578e38

Updates WPILib dependencies