Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hideakitai/esp_idf_empty_project

ESP-IDF empty project to write minimum test code
https://github.com/hideakitai/esp_idf_empty_project

Last synced: 2 days ago
JSON representation

ESP-IDF empty project to write minimum test code

Awesome Lists containing this project

README

        

# esp_idf_empty_project

ESP-IDF empty project to write minimum test code

## Supported ESP-IDF version

- v4.x

## Build / Flash / Monitor

```bash
git clone -b v4.x [email protected]:hideakitai/esp_idf_empty_project.git v4x
cd v4x
docker run --rm -it --privileged -v $PWD:/project -v /dev:/dev -w /project espressif/idf:release-v4.4

# in docker
# idf.py set-target esp32
idf.py flash monitor
```