Skip to content

Releases: arduino-libraries/ArduinoECCX08

1.3.9

22 Jul 07:20
a15ad3e
Compare
Choose a tag to compare

What's Changed

  • Configure Dependabot to check for outdated actions used in workflows by @aentinger in #56
  • Bump actions/download-artifact from 2 to 4 by @dependabot[bot] in #57
  • Bump actions/checkout from 2 to 4 by @dependabot[bot] in #58
  • Bump actions/upload-artifact from 2 to 4 by @dependabot[bot] in #59
  • Bump geekyeggo/delete-artifact from 1 to 4 by @dependabot[bot] in #60
  • Bump carlosperate/download-file-action from 1 to 2 by @dependabot[bot] in #61
  • Fix regression re report-size-deltas after updating actions/upload-artifact. by @aentinger in #62
  • Fix regression: report size delta size on PR. by @aentinger in #63
  • Fix size deltas report infrastructure configuration by @aentinger in #64
  • Bump geekyeggo/delete-artifact from 4 to 5 by @dependabot[bot] in #65
  • Add dedicated license file by @per1234 in #71
  • ECCX08 Counter example fix counter id by @pennam in #73
  • In case of error clear the wire buffer and put in idle mode by @fabik111 in #72

New Contributors

Full Changelog: 1.3.8...1.3.9

1.3.8

31 Jan 08:13
15597a6
Compare
Choose a tag to compare

What's Changed

  • Add signing example by @sandeepmistry in #19
  • Fix typos in documentation by @per1234 in #46
  • Add missing mbed_opta and mbed_giga platforms by @pennam in #47
  • CI: Add new boards to compile examples workflow by @pennam in #51
  • fix: input length for ECCX08.ecSign() is 32 bytes by @fogzot in #49
  • Add monotonic counter support by @pennam in #53
  • Add library build configuration file by @pennam in #54
  • Build configuration: use a more flexible and already used pattern by @pennam in #55

New Contributors

Full Changelog: 1.3.7...1.3.8

1.3.7

02 Dec 08:11
0fd7aa5
Compare
Choose a tag to compare

What's Changed

  • Adding HMAC and nonce functionality for ATECC608 by @RLeclair in #45

New Contributors

Full Changelog: 1.3.6...1.3.7

1.3.6

01 Mar 14:54
Compare
Choose a tag to compare

Changelog

  • New CI workflows (mispelled words, example compilation, memory usage and linting) . (#29)
  • ESP32 support for M5Stack Core2 IoT EduKit (#30)
  • Adding mbed_portenta and mbed_nano as supported library to ArduinoECCX008 library . (#33)

1.3.5

18 Jan 05:33
Compare
Choose a tag to compare

Changelog

  • Adding mbed as supported library to ArduinoECCX008 library (since we are already using it on Portenta H7). (#27)

1.3.4

27 Jul 11:24
Compare
Choose a tag to compare
  • Adding support for using ArduinoECCX08 on Portenta H7.