Skip to content

Tags: wirenboard/atecc-util

Tags

v0.4.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add arm64 build (#24)

v0.4.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
don't exit if atcab_idle failed (#22)

* don't exit if atcab_idle failed

It may mean that device watchdog has switched it already.

* more specific changelog entry

v0.4.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
always send ATECC to idle mode before access (#21)

This fix is an extension of previous one for cases when
watchdog actually expires during long atecc-util operation
without a warning.

v0.4.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
print cryptoauthlib version (#20)

v0.4.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cryptoauthlib: handle "Watchdog About to Expire" state properly (#19)

v0.4.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cryptoauthlib: add command result read retries (#16)

v0.4.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
increase retry counter and enable retries on init (#13)

v0.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/device type discovery (#4)

* A command line option for device type discovery is added

* Device discovery using atcab functions

* cryptoauthlib update

* Device name printing code is reworked to eliminate errors caused by future ATCADeviceType modifications

v0.4.2

atecc-util: retry on ATCA_WAKE_SUCCESS error