1 Star 0 Fork 46

chenluobo/gsm-weather-esp32s3-esp-idf5.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
idf.py命令.txt 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
%ESP-IDF-5.0%/install.bat && %ESP-IDF-5.0%/export.bat
%ESP-IDF-5.0%/export.bat
%ESP-IDF-4.4%/install.bat && %ESP-IDF-4.4%/export.bat
%ESP-IDF-4.4%/export.bat
idf.py --ccache build
idf.py set-target esp32s2
idf.py -p COM28 flash monitor //编译与下载
idf.py fullclean(清理,如果工程换了,需要全部清理一下再编译)
idf.py --ccache build(编译)
idf.py menuconfig(配置工程)
idf.py -p COMx erase_flash(擦除整个flash)
idf.py -p COMx flash(下载,注意下载模式)
idf.py --help 查看命令列表
idf.py build 构建项目
idf.py clean 清除构建的文件,不会删除 CMake 配置输出及其他文件。
idf.py fullclean 构建文件全部删除
idf.py -p COMx -b 115200 flash 通过串口1使用115200的比特率烧录代码
idf.py -p COMx monitor 显示串口1输出
idf.py -p COMx clean flash monitor 依次清理-构建-烧录-监视串口
idf.py size 打印应用程序相关的大小信息
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/chenluobo/gsm-weather-esp32s3-esp-idf5.0.git
git@gitee.com:chenluobo/gsm-weather-esp32s3-esp-idf5.0.git
chenluobo
gsm-weather-esp32s3-esp-idf5.0
gsm-weather-esp32s3-esp-idf5.0
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385