第8行: | 第8行: | ||
==Get ESP-IDF== | ==Get ESP-IDF== | ||
<ref>https://docs.espressif.com/projects/esp-idf/en/ | 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的版本
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.
Need to install esp-idf
mkdir -p ~/esp
cd ~/esp
git clone --recursive https://github.com/espressif/esp-idf.git