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.
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.