当前位置:网站首页>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:
边栏推荐
- SQLite 3.39.0 发布,支持右外连接和全外连接
- AcWing 181. 回转游戏 题解(搜索—IDA*搜索)
- Génération automatique de fichiers d'annotation d'images vgg
- 职场四象限法则:时间管理四象限与职场沟通四象限「建议收藏」
- Correspondence between pytoch version, CUDA version and graphics card driver version
- 搭建主从模式集群redis
- AcWing 1128. Messenger solution (shortest path Floyd)
- How to avoid duplicate data in gaobingfa?
- KT148A语音芯片ic的开发常见问题以及描述
- Postman download and installation
猜你喜欢

Registration opportunity of autowiredannotationbeanpostprocessor under annotation development mode

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

Kt148a voice chip IC user end self replacement voice method, upper computer

Reading notes of "the way to clean structure" (Part 2)

B端电商-订单逆向流程

Istio1.12: installation and quick start

有时候只查询一行语句,执行也慢

AcWing 903. 昂贵的聘礼 题解(最短路—建图、dijkstra)

AcWing 342. 道路与航线 题解 (最短路、拓扑排序)

搭建主从模式集群redis
随机推荐
《架构整洁之道》读书笔记(下)
AcWing 1131. Saving Private Ryan (the shortest way)
Overview of browser caching mechanism
Data Lake (XII): integration of spark3.1.2 and iceberg0.12.1
Cuckoo filter
自動生成VGG圖像注釋文件
Reading notes of "the way to clean structure" (Part 2)
Automatic reading of simple books
从20s优化到500ms,我用了这三招
RPD出品:Superpower Squad 保姆级攻略
Registration opportunity of autowiredannotationbeanpostprocessor under annotation development mode
《MongoDB入门教程》第03篇 MongoDB基本概念
AcWing 1127. 香甜的黄油 题解(最短路—spfa)
Gmapping code analysis [easy to understand]
Istio1.12:安装和快速入门
AcWing 903. Expensive bride price solution (the shortest path - building map, Dijkstra)
rxjs Observable 自定义 Operator 的开发技巧
Correspondence between pytoch version, CUDA version and graphics card driver version
Use cheat engine to modify money, life and stars in Kingdom rush
搭建哨兵模式reids、redis从节点脱离哨兵集群