Releases: wirenboard/atecc-util
Releases · wirenboard/atecc-util
atecc-util v0.4.11
- Add arm64 build, no functional changes
atecc-util v0.4.10
- don't exit if atcab_idle failed (it may mean that
device watchdog has switched it to idle mode already)
atecc-util v0.4.9
- always send ATECC to idle mode before access
This fix is an extension of previous one for cases when
watchdog actually expires during long atecc-util operation
without a warning.
atecc-util v0.4.8
- print cryptoauthlib version in version info
atecc-util v0.4.7
- cryptoauthlib: handle 'Watchdog About to Expire' state properly
This fixes errors during long atecc-util operation (because of
long pipeline or slow I/O on stdin/stdout)
atecc-util v0.4.6
- cryptoauthlib: add command result read retries
This fixes errors during long ATECC operation on some slower chips
atecc-util v0.4.5
- increase default retries number to 10
- allow retries on init procedures
v0.4.3: 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