Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xerdink/esp-idf-docker

A Docker image for simplifying ESP development. Runs well on Linux systems, needs serial port mapping on Windows, Mac due to Virtual Machine.
https://github.com/xerdink/esp-idf-docker

docker-image dockerfile esp-idf esp32

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## Docker image for ESP development. :fire: :space_invader:

### 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`