Riguz留言 | 贡献
Riguz留言 | 贡献
第8行: 第8行:
==Get ESP-IDF==
==Get ESP-IDF==


<ref>https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/get-started/index.html</ref>
See https://idf.espressif.com/ for links to detailed instructions on how to set up the ESP-IDF depending on chip you use.
<ref>https://github.com/espressif/vscode-esp-idf-extension/blob/master/README.md</ref>
 
* Standard Toolchain Setup for Linux and macOS<ref>https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html</ref>
* vscode extension<ref>https://github.com/espressif/vscode-esp-idf-extension/blob/master/README.md</ref>


Need to install [https://github.com/espressif/esp-idf esp-idf]
Need to install [https://github.com/espressif/esp-idf esp-idf]

2025年3月29日 (六) 02:18的版本

[1]

Development on Mac

Install Prerequisites

brew install cmake ninja dfu-util

Get ESP-IDF

See https://idf.espressif.com/ for links to detailed instructions on how to set up the ESP-IDF depending on chip you use.

  • Standard Toolchain Setup for Linux and macOS[2]
  • vscode extension[3]

Need to install esp-idf

mkdir -p ~/esp
cd ~/esp
git clone --recursive https://github.com/espressif/esp-idf.git

Vscode extension