supperthomas / Dockerfiles

1 stars 1 forks source link

ESP32 环境搭建 #16

Open supperthomas opened 2 years ago

supperthomas commented 2 years ago

https://docs.espressif.com/projects/esp-idf/zh_CN/v4.3/esp32/get-started/index.html#get-started-get-prerequisites

supperthomas commented 2 years ago

https://github.com/espressif/esp-idf-ci-action

supperthomas commented 2 years ago

docker pull espressif/idf

cp -r $IDF_PATH/examples/get-started/hello_world .

idf.py set-target esp32 idf.py menuconfig

idf.py build

idf.py -p (PORT) flash

supperthomas commented 2 years ago

docker images

REPOSITORY TAG IMAGE ID CREATED SIZE espressif/idf latest 6f2423f57f10 11 hours ago 3.19GB

supperthomas commented 2 years ago

https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-docker-image.html 

supperthomas commented 2 years ago

https://mp.weixin.qq.com/s/EowUjWKfejahmz-WsneItQ