1 Star 0 Fork 0

Espressif Systems/esp-cryptoauthlib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

ESP-CRYPTOAUTHLIB

This is a port of Microchip's cryptoauthlib for ESP-IDF. It contains necessary build support to use cryptoauthlib with ESP-IDF as well as esp_cryptoauthlib_utility for configuring and provisiong ATECC608A chip integrated with ESP32-WROOM-32SE. The cryptoauthlib folder which is a subset of Microchip's cryptoauthlib is created with help of script generate_component.sh.

Requirements

  • ESP-IDF version should be release/v4.3 or newer.
  • Environment variable IDF_PATH should be set

How to use esp-cryptoauthlib with ESP-IDF


There are two ways to use esp-cryptoauthlib in your project

  1. Directly add esp-cryptoauthlib as a component in your project with following three commands.

    (First change directory (cd) to your project directory)

    mkdir components
    cd components
    git clone https://github.com/espressif/esp-cryptoauthlib.git
  1. Add esp-cryptoauthlib as an extra component in your project.
  • Download esp-cryptoauthlib with:
    git clone https://github.com/espressif/esp-cryptoauthlib.git
  • Include esp-cryptoauthlib in ESP-IDF with setting EXTRA_COMPONENT_DIRS in CMakeLists.txt/Makefile of your project.For reference see Optional Project Variables

How to configure and provision ATECC608A on ESP32-WROOM-32SE

The python utilty esp_cryptoauth_utility helps to configure, generate resources as well as provision ATECC608A chip integrated with ESP32-WROOM-32SE. For detailed instructions on how to use the utility please refer utility README.md

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/espressif-systems/esp-cryptoauthlib.git
git@gitee.com:espressif-systems/esp-cryptoauthlib.git
espressif-systems
esp-cryptoauthlib
esp-cryptoauthlib
master

搜索帮助