|
|
3 лет назад | |
|---|---|---|
| .. | ||
| Dockerfile | 3 лет назад | |
| README.md | 3 лет назад | |
| entrypoint.sh | 5 лет назад | |
This is a Docker image for the Espressif IoT Development Framework (ESP-IDF). It is intended for building applications and libraries with specific versions of ESP-IDF, when doing automated builds.
This image contains a copy of ESP-IDF and all the tools necessary to build ESP-IDF projects.
Multiple tags of this image are maintained:
latest: tracks master branch of ESP-IDFvX.Y: corresponds to ESP-IDF release vX.Yrelease-vX.Y: tracks release/vX.Y branch of ESP-IDFBuild a project located in the current directory using idf.py build command:
docker run --rm -v $PWD:/project -w /project espressif/idf:latest idf.py build
For more information about this image and the detailed usage instructions, please refer to the ESP-IDF Programming Guide page: IDF Docker Image.