Skip to content

Releases: pierremolinaro/acan2515

Interrupt pin attachment

09 Jan 10:56
Compare
Choose a tag to compare

Interrupt pin is attached by ACAN2515::beginWithoutFilterCheck method only when there is configuration error (thanks to mvSarma for reporting this error).

ACAN2515::receiveBufferCount, ACAN2515::receiveBufferSize, xSemaphoreGiveFromISR

15 Jun 09:47
Compare
Choose a tag to compare

Added forgotten ACAN2515::receiveBufferCount and ACAN2515::receiveBufferSize.

ESP32: using xSemaphoreGiveFromISR instead of xSemaphoreGive in interrupt service routine.

Fixed incorrect SJW setting

19 Apr 08:43
Compare
Choose a tag to compare
2.0.1

Fixed incorrect SJW setting —> 2.0.1

Added changeModeOnTheFly and setFiltersOnTheFly

19 Feb 18:15
Compare
Choose a tag to compare

Removed useless instructions in ESP32 sample codes

04 Feb 10:46
Compare
Choose a tag to compare
1.1.3

Removed useless instructions in ESP32 sample codes

Added ESP32 compatibility

03 Feb 15:05
Compare
Choose a tag to compare
1.1.2

ESP32 compatibility

receiveBufferPeakCount, new error flags

20 Jan 13:37
Compare
Choose a tag to compare

Updated documentation, as mRolloverEnable is true by default (thanks to PatrykSSS for reporting this documentation error);
Added ACAN2515::receiveBufferPeakCount method, forgotten in previous releases (thanks to qwec01 for reporting this bug);
New error flag: kCannotAllocateReceiveBuffer;
New error flag: kCannotAllocateTransmitBuffer0;
New error flag: kCannotAllocateTransmitBuffer1;
New error flag: kCannotAllocateTransmitBuffer2.

Compatibility with ACAN2515Tiny library

24 Nov 15:19
Compare
Choose a tag to compare
1.1.0

Compatibility with ACAN2515Tiny library

Added ACAN2515Settings constructor for explicit CAN bit setting

23 Nov 20:47
Compare
Choose a tag to compare

Updated version number

03 Nov 17:38
Compare
Choose a tag to compare
1.0.3

Version number