当前位置:网站首页>at编译环境搭建-win
at编译环境搭建-win
2022-07-02 18:51:00 【wwwlyj123321】
一、下载esp at源代码
二、获取esp idf源代码
我直接放在了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四、设置环境变量
刚刚安装的工具尚未添加至 PATH 环境变量,无法通过“命令窗口”使用这些工具。因此,必须设置一些环境变量,这可以通过 ESP-IDF 提供的另一个脚本完成。
%userprofile%\esp\esp-idf\export.batref:
边栏推荐
- 使用IDM下载百度网盘的文件(亲测有用)[通俗易懂]
- Kt148a voice chip IC software reference code c language, first-line serial port
- Reading notes of "the way to clean structure" (Part 2)
- AcWing 1129. Heat wave solution (shortest path SPFA)
- 简书自动阅读
- ShardingSphere-JDBC5.1.2版本关于SELECT LAST_INSERT_ID()本人发现还是存在路由问题
- Golang concurrent programming goroutine, channel, sync
- AcWing 1125. 牛的旅行 题解(最短路、直径)
- Educational Codeforces Round 129 (Rated for Div. 2) 补题题解
- AcWing 1128. 信使 题解(最短路—Floyd)
猜你喜欢
随机推荐
HDL design peripheral tools to reduce errors and help you take off!
Refactoring: improving the design of existing code (Part 2)
Detailed tutorial on installing stand-alone redis
4274. Suffix expression - binary expression tree
B端电商-订单逆向流程
Implementation of 453 ATOI function
浏览器缓存机制概述
AcWing 1137. 选择最佳线路 题解(最短路)
Codeforces Round #802 (Div. 2) 纯补题
Gamefi chain game system development (NFT chain game development function) NFT chain game system development (gamefi chain game development source code)
AcWing 1127. 香甜的黄油 题解(最短路—spfa)
R语言使用econocharts包创建微观经济或宏观经济图、indifference函数可视化无差异曲线(indifference curve)
Solution: vs2017 cannot open the source file stdio h main. H header document [easy to understand]
KT148A语音芯片ic的硬件设计注意事项
Implementation of online shopping mall system based on SSM
AcWing 1128. Messenger solution (shortest path Floyd)
Kt148a voice chip instructions, hardware, protocols, common problems, and reference codes
AcWing 181. Turnaround game solution (search ida* search)
Gmapping code analysis [easy to understand]
简书自动阅读









