我直接放在了at源代码目录里面
git clone -b release/v4.3 --recursive https://github.com/espressif/esp-idf.git
安装 ESP-IDF 使用的各种工具,比如编译器、调试器、Python 包等
进入esp-idf目录下
- cd %userprofile%\esp\esp-idf
- install.bat esp32
通过一次性指定多个目标,可为多个目标芯片同时安装工具,如运行
- cd %userprofile%\esp\esp-idf
- install.bat esp32,esp32c3,esp32s3
ref: