Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hideakitai/esp_idf_empty_project
- Owner: hideakitai
- License: mit
- Created: 2022-06-30T12:59:41.000Z (over 2 years ago)
- Default Branch: v4.x
- Last Pushed: 2022-07-01T01:37:44.000Z (over 2 years ago)
- Last Synced: 2024-03-16T10:35:04.246Z (8 months ago)
- Language: Makefile
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```