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

Commits on May 6, 2019

  1. 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)
    Petezah committed May 6, 2019
    Configuration menu
    Copy the full SHA
    e66e87a View commit details
    Browse the repository at this point in the history