Skip to content

A Docker image for simplifying ESP development. Runs well on Linux systems, needs serial port mapping on Windows, Mac due to Virtual Machine.

License

Notifications You must be signed in to change notification settings

xerdink/esp-idf-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for ESP development. 🔥 👾

Install from Docker Hub

$ docker pull orhaneee/espdev

Build Dockerfile locally

Building from Dockerfile may take up to 50 minutes depending on your Internet connection!

$ docker build -t xyz/xyz:0.0.1 .

Make a ESP project

Example LED blink project. -v for sharing projects between host and client.

$ docker run -t -i -u esp -v /home/orhan/esp/esp-idf/examples/get-started/blink/:/home/esp/esp-dev-folder orhaneee/espdev make all

About

A Docker image for simplifying ESP development. Runs well on Linux systems, needs serial port mapping on Windows, Mac due to Virtual Machine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published