Skip to content

Releases: pierremolinaro/acan2517

File renaming

24 Mar 18:32
Compare
Choose a tag to compare

CANMessage.h renamed to ACAN2517_CANMessage.h

ACANBuffer.h renamed to ACAN2517_ACANBuffer.h

Added CANMessage class union members

01 Oct 10:21
Compare
Choose a tag to compare

Added data_s64, data_s32, data_s16 and data_s8 to CANMessage class union members (thanks to tomtom0707).

Added Arduino Uno -- MCP2518FDClick wiring scheme

21 Apr 09:48
Compare
Choose a tag to compare

Fixed retransmission attempts setting bug

27 Jan 16:47
Compare
Choose a tag to compare

Fixed retransmission attempts setting bug
Added NoRetransmissionAttemptsDemoTeensy3x.ino sketch.

Compilation error fixed, improved diagInfos method

14 Jan 11:54
Compare
Choose a tag to compare

Compilation error fix: release 1.1.8 does not compile;
Add: diagInfos() could also read register BDIAG0_REGISTER (thanks to turmary)

Fix retransmission attempts settings

31 May 09:04
Compare
Choose a tag to compare

Do not use this release: it does not compile.

Fix retransmission attempts settings (thanks to Flole)

1.1.7

27 Apr 18:37
Compare
Choose a tag to compare

Added dataFloat to CANMessage (thanks to Koryphon).

Bug fixes

19 Sep 17:41
Compare
Choose a tag to compare
1.1.6

Version 1.1.6

Fixed a race condition on ESP32 (thanks to Nick Kirkby).

02 Jun 17:28
Compare
Choose a tag to compare
1.1.5

Fixed a race condition on ESP32 (thanks to Nick Kirkby), version 1.1.5

Fixed TxQ enable bug, speed enhancements

25 Mar 17:25
Compare
Choose a tag to compare

Several speed enhancements (thanks to thomasfla).
Fixed TxQ enable bug (thanks to danielhenz for having fixed this in ACAN2517FD)
Added LoopBackIntensiveTestTeensy3xUsingTxQ demo sketch