Skip to content

Releases: wirenboard/atecc-util

atecc-util v0.4.11

15 Jan 07:42
d2a94bc
Compare
Choose a tag to compare
  • Add arm64 build, no functional changes

atecc-util v0.4.10

27 Dec 05:39
48eeb89
Compare
Choose a tag to compare
  • 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

21 Jul 13:27
5d93005
Compare
Choose a tag to compare
  • 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

20 Jul 18:10
6ba0ea6
Compare
Choose a tag to compare
  • print cryptoauthlib version in version info

atecc-util v0.4.7

23 May 09:58
a4543d2
Compare
Choose a tag to compare
  • 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

18 Feb 12:57
5b59354
Compare
Choose a tag to compare
  • cryptoauthlib: add command result read retries
    This fixes errors during long ATECC operation on some slower chips

atecc-util v0.4.5

19 Jan 08:49
8c15629
Compare
Choose a tag to compare
  • increase default retries number to 10
  • allow retries on init procedures

v0.4.3: Feature/device type discovery (#4)

23 Nov 01:09
d13c10a
Compare
Choose a tag to compare
* 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