Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Atmel CryptoAuthLib to extras #490

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Petezah
Copy link
Contributor

@Petezah Petezah commented Nov 22, 2017

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)

This is submitted in response to #393.

@Petezah Petezah force-pushed the add-cryptoauthlib branch from 79d0153 to 109e9d1 Compare May 3, 2019 21:02
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)
@Petezah Petezah force-pushed the add-cryptoauthlib branch from 1abdc76 to e66e87a Compare May 6, 2019 19:03
@Petezah Petezah mentioned this pull request May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant