https://github.com/elykdeer/esp32-dev
Dockerized ESP32 Development Environment
https://github.com/elykdeer/esp32-dev
development-environment docker esp32
Last synced: about 2 months ago
JSON representation
Dockerized ESP32 Development Environment
- Host: GitHub
- URL: https://github.com/elykdeer/esp32-dev
- Owner: ElykDeer
- Created: 2020-04-13T22:36:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T22:39:17.000Z (about 6 years ago)
- Last Synced: 2024-08-25T20:04:00.946Z (almost 2 years ago)
- Topics: development-environment, docker, esp32
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dockerized ESP32 Development Environment
Written by Kyle Martin
## How to use:
1. Clone the repo
2. Put your code in esp32-dev/src
3. Set your config settings: `make first-run`
4. Build your code: `make build`
5. Plug in your ESP32
6. Flash your chip: `make flash`
...or just `make` will build and flash.
7. (optional) `make monitor` will start a new container and run the monitor tool
## Dependencies:
1. Make
2. Docker