当前位置:网站首页>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:
边栏推荐
- Codeforces Round #802 (Div. 2) 纯补题
- KT148A语音芯片ic的软件参考代码C语言,一线串口
- 使用IDM下载百度网盘的文件(亲测有用)[通俗易懂]
- Codeworks round 802 (Div. 2) pure supplementary questions
- Think about the huge changes caused by variables
- AcWing 340. 通信线路 题解(二分+双端队列BFS求最短路)
- Educational Codeforces Round 129 (Rated for Div. 2) 补题题解
- NMF-matlab
- LeetCode 0871. Minimum refueling times - similar to poj2431 jungle adventure
- Kt148a voice chip IC user end self replacement voice method, upper computer
猜你喜欢

Set up sentinel mode. Reids and redis leave the sentinel cluster from the node

高并发下如何避免产生重复数据?

SQLite 3.39.0 release supports right external connection and all external connection

Design and implementation of ks004 based on SSH address book system

自動生成VGG圖像注釋文件

zabbix5客户端安装和配置

rxjs Observable 自定义 Operator 的开发技巧

Embedded (PLD) series, epf10k50rc240-3n programmable logic device

《架构整洁之道》读书笔记(下)

Self-Improvement! Daliangshan boys all award Zhibo! Thank you for your paper
随机推荐
mysql函数
AcWing 342. Road and route problem solving (shortest path, topological sorting)
PXE installation "recommended collection"
AcWing 1128. 信使 题解(最短路—Floyd)
安装单机redis详细教程
Istio部署:快速上手微服务,
Reading notes of code neatness
451 implementation of memcpy, memmove and memset
Design and implementation of ks004 based on SSH address book system
Golang concurrent programming goroutine, channel, sync
字典
MySQL function
AcWing 1137. 选择最佳线路 题解(最短路)
AcWing 903. Expensive bride price solution (the shortest path - building map, Dijkstra)
思考变量引起的巨大变化
AcWing 383. 观光 题解(最短路)
Overview of browser caching mechanism
AcWing 1129. Heat wave solution (shortest path SPFA)
JS how to get integer
AcWing 903. 昂贵的聘礼 题解(最短路—建图、dijkstra)