Explorar o código

添加 '环境搭建步骤.txt'

coolsoul hai 1 mes
pai
achega
c7f35b3cf1
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      环境搭建步骤.txt

+ 7 - 0
环境搭建步骤.txt

@@ -0,0 +1,7 @@
+下载源码版本号指定为最新版
+mkdir -p ~/esp
+cd ~/esp
+git clone -b v5.2.5 --recursive https://github.com/espressif/esp-idf.git
+
+安装交叉编译器,多个工具以逗号分隔
+./install.sh esp32,esp32s2