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
posted @ 2023-01-07 11:26  新世纪摆烂战士  阅读(379)  评论(0)    收藏  举报