Skip to content

Releases: 107-systems/107-Arduino-MCP2515

1.5.0

09 Aug 10:07
Compare
Choose a tag to compare

What's Changed

  • Bump carlosperate/download-file-action from 2.0.0 to 2.0.1 by @dependabot in #90
  • Add support for ArduinoCore-renesas. by @aentinger in #91

Full Changelog: 1.4.1...1.5.0

1.4.1

17 Jul 18:02
Compare
Choose a tag to compare

What's Changed

  • No longer list platform support for mbed and esp32. by @aentinger in #89

Full Changelog: 1.4.0...1.4.1

1.4.0

02 May 07:47
Compare
Choose a tag to compare

What's Changed

  • Allow registration of callbacks for CAN bus errors/warnings. by @aentinger in #87

Full Changelog: 1.3.8...1.4.0

1.3.8

18 Apr 09:55
Compare
Choose a tag to compare

What's Changed

  • Fix: When writing filter IDs the writing should start from SIDH. by @aentinger in #86

Full Changelog: 1.3.7...1.3.8

1.3.7

08 Apr 12:28
0edce58
Compare
Choose a tag to compare

What's Changed

  • Use arduino/compile-sketches@v1 instead of @main. by @aentinger in #83
  • added 12mhz and CANopen support by @munzili in #84
  • Fix: Extract SPI.beginTransaction from select/deselect callbacks as it breaks when called in ISR context from mbed-based boards. by @aentinger in #82

New Contributors

Full Changelog: 1.3.6...1.3.7

1.3.6

11 Mar 10:18
af7b165
Compare
Choose a tag to compare

What's Changed

  • Configure Dependabot to check for outdated actions used in workflows by @aentinger in #70
  • Bump carlosperate/download-file-action from 1.0.3 to 1.1.1 by @dependabot in #75
  • Bump geekyeggo/delete-artifact from 1 to 2 by @dependabot in #74
  • Bump actions/download-artifact from 2 to 3 by @dependabot in #73
  • Bump actions/upload-artifact from 2 to 3 by @dependabot in #72
  • Bump actions/checkout from 2 to 3 by @dependabot in #71
  • Bump carlosperate/download-file-action from 1.1.1 to 2.0.0 by @dependabot in #76
  • Implement API for enabling CAN frame filtering by @aentinger in #77
  • Configure "Compile Examples" workflow for authenticated API requests. by @aentinger in #78
  • Fix: envie_m4 is no longer a valid FQBN. by @aentinger in #79
  • Add some 10MHz stuff by @9uenther in #80

New Contributors

Full Changelog: 1.3.5...1.3.6

1.3.5

12 Sep 11:12
Compare
Choose a tag to compare

What's Changed

  • Feature Request #60: Add inline documentation for CanBitRate by @lordmundi in #61
  • Fix: Only enable receive interrupts when a onReceive callback has been provided. by @aentinger in #63
  • Fix viper URL. by @aentinger in #64
  • Fix: Only use a single transmit buffer when transmitting OpenCyphal/CAN frames. by @aentinger in #65
  • Fix: Only enable transmit buffer empty interrupt if such a callback if provided by the user. by @aentinger in #66
  • Fix: Clear RX int flag before calling user-callback. by @aentinger in #67
  • Fix: No more missing MCP2515 events because the MCP2515 keeps the INTline low UNTIL all EVENTS have been handled. by @aentinger in #68

New Contributors

Full Changelog: 1.3.4...1.3.5

1.3.4

15 Jun 08:59
Compare
Choose a tag to compare

What's Changed

  • Replace UAVCAN with OpenCyphal. by @aentinger in #56
  • Fix: Only libcanard:v1.* had a timestamp field directly in the CAN frame. by @aentinger in #58
  • Replace top-level include file for 107-Arduino-MCP2515. by @aentinger in #59

Full Changelog: 1.3.3...1.3.4

1.3.3

31 Jan 09:13
Compare
Choose a tag to compare

What's Changed

  • Link logo to 107-Arduino-DroneCore by @aentinger in #49
  • Support arduino-pico core by @aentinger in #50
  • Replace outdated manage-labels.yml with sync-labels.yml by @aentinger in #51
  • Fix: Determine if CAN TX is ongoing by reading from the TXBnCTRL register. by @aentinger in #55

Full Changelog: 1.3.2...1.3.3

1.3.2

23 Jul 08:40
Compare
Choose a tag to compare

Changelog

  • Use lambda-expressions to replace single-line functions (#46)