创建页面,内容为“<ref>https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/linux-macos-setup.html#get-started-prerequisites</ref> = Development on Mac= ==Install Prerequisites == <syntaxhighlight lang="cpp"> brew install cmake ninja dfu-util </syntaxhighlight> ==Get ESP-IDF== Need to install [https://github.com/espressif/esp-idf esp-idf] Category:ESP32” |
|||
第7行: | 第7行: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==Get ESP-IDF== | ==Get ESP-IDF== | ||
<ref>https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/get-started/index.html</ref> | |||
<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] | ||
<syntaxhighlight lang="bash"> | |||
mkdir -p ~/esp | |||
cd ~/esp | |||
git clone --recursive https://github.com/espressif/esp-idf.git | |||
</syntaxhighlight> | |||
==Vscode extension== | |||
[[Category:ESP32]] | [[Category:ESP32]] |
2025年3月29日 (六) 02:13的版本
Development on Mac
Install Prerequisites
brew install cmake ninja dfu-util
Get ESP-IDF
Need to install esp-idf
mkdir -p ~/esp
cd ~/esp
git clone --recursive https://github.com/espressif/esp-idf.git