Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

ESP-IDF Component

The directory contains code for the esp-optimized Tamp esp-idf component.

See the esp-tamp-demo repo for running this code on an espressif chip like the esp32.

Building Component

The following will produce a dist/ directory containing a packaged esp-idf component that is ready to be uploaded to the esp registry.

cd tamp  # i.e. "espidf/tamp" from the root of this repo
make

Also see the .github/workflows/esp_upload_component.yml workflow.