esp-open-rtos/extras/cryptoauthlib
Peter Dunshee e66e87aa8e Add Atmel CryptoAuthLib to extras
This is Atmel/Microchip's official library for interfacing
to the Atmel ATECC508 chip.  The submodule points to their
repository in GitHub.

Additionally, this includes the HAL necessary to use this library
in esp_open_rtos using the i2c library in extras/i2c.  I have also
included a tool I wrote to play with the chip as an example under
examples/atcatool.

The extras module currently overrides atca_iface.h to fix bug in
cryptoauthlib (c11-only feature, which breaks c++ builds that want
to use cryptoauthlib)
2019-05-06 13:59:15 -05:00
..
cryptoauthlib@f86b9dbb1e Add Atmel CryptoAuthLib to extras 2019-05-06 13:59:15 -05:00
hal Add Atmel CryptoAuthLib to extras 2019-05-06 13:59:15 -05:00
atca_iface.h Add Atmel CryptoAuthLib to extras 2019-05-06 13:59:15 -05:00
component.mk Add Atmel CryptoAuthLib to extras 2019-05-06 13:59:15 -05:00
cryptoauthlib_init.c Add Atmel CryptoAuthLib to extras 2019-05-06 13:59:15 -05:00
cryptoauthlib_init.h Add Atmel CryptoAuthLib to extras 2019-05-06 13:59:15 -05:00
defaults.mk Add Atmel CryptoAuthLib to extras 2019-05-06 13:59:15 -05:00
README.md Add Atmel CryptoAuthLib to extras 2019-05-06 13:59:15 -05:00

cryptoauthlib

Note: The file atca_iface.h is copied from cryptoauthlib/lib/atca_iface.h. The difference is, the anonymous struct names have been commented out, since they are not valid in c++ (only c11). Otherwise this file is exactly the same. Its presence here overrides the one in cryptoauthlib. See https://github.com/MicrochipTech/cryptoauthlib/issues/43.

Also see https://github.com/Petezah/CryptoAuthLib-Tools for some tools which aid in generating config data for the ECC module.