Linux搭建ESP-IDF开发环境
ESP-IDF代码仓
# 下载esp-gitee-tools
git clone git@gitee.com:EspressifSystems/esp-gitee-tools.git
cd esp-gitee-tools
./jihu-mirror.sh set
# 可以看到全局替换
git config --global --list
# 下载ESP-IDF和子仓
git clone --recursive https://github.com/espressif/esp-idf.git
cd esp-idf
# 取消替换github网址
cd esp-gitee-tools
./jihu-mirror.sh unset
编译工具链
cd esp-idf
export IDF_GITHUB_ASSETS="dl.espressif.cn/github_assets"
./install.sh

浙公网安备 33010602011771号