Sign inSign up

alanmosely/esp-adf

By alanmosely

Updated 8 months ago

https://docs.espressif.com/projects/esp-adf

Image
Languages & frameworks
0

485

alanmosely/esp-adf repository overview

ESP-ADF Docker Image

A reproducible build environment for the Espressif Audio Development Framework (ESP-ADF). It’s intended for automated builds that need specific ESP‑ADF and ESP‑IDF versions.

This image includes ESP‑ADF, ESP‑IDF, and the required build tools.

Basic Usage

Build a project located in the current directory with idf.py build:

docker run --rm -v $PWD:/project -w /project alanmosely/esp-adf:adf-v2.7-idf-v5.3.1 idf.py build

Tag Format

Tags follow this pattern:

adf-<ADF_RELEASE>-idf-<IDF_RELEASE>

Documentation

For more information, see the Dockerfile and the ESP-ADF Programming Guide.

This image was created for use with the esp-idf Dagger module

Tag summary

Content type

Image

Digest

sha256:8291281ef

Size

4.1 GB

Last updated

8 months ago

docker pull alanmosely/esp-adf:adf-v2.7-idf-v5.3.4