ARDUINO IDE 中搭建 ESP32 开发环境
搭建这个环境可是需要技术了,经过一天的努力,终于搞定了
使用JSON文件的内容,我们想从网站上下载那个开发板,基本上不可能,那个等待是无法想想的,这个JSON 文件:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
分析文件,我们知道他到底相干什么,怎么干!这里分享一篇文章,写的非常详细:Arduino手动添加ESP32相关开发板(图文并茂)
1,plateforms:
name:esp32-2.0.5.zip;version": "2.0.5
2,toolsDependencies:
name:riscv32-esp-elf-gcc;version: gcc8_4_0-esp-2021r2-patch3;url: https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip
name:xtensa-esp32-elf-gcc;version: gcc8_4_0-esp-2021r2-patch3;url: https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2