ESP-IDF Programming Guide - ESP32 - — ESP-IDF Programming Guide v4.2.1 documentation
Nom du fichier : ESP-IDF_Programming_Guide-ESP32-ESP-IDF_Programming_Guide_v4.2.1_documentation.pdf
@ » ESP-IDF Programming Guide ESP-IDF Programming Guide This is the documentation for Espressif loT Development Framework (esp-idf). ESP-IDF is the official development framework for the ESP32 and ESP32-S Series SoCs. This document describes using ESP-IDF with the ESP32 SoC. To switch to a different SoC target, click “Switch Version” in the bottom left. Get Started API Reference H/W Reference API Guides Contribute Resources Provide feedback about this document @ » Get Started This document is intended to help you set up the software development environment for the hardware based on the ESP32 chip by Espressif. After that, a simple example will show you how to use ESP-IDF (Espressif loT Development Framework) for menu configuration, then for building and flashing firmware onto an ESP32 This is documentation for stable version v4.2.1 of ESP-IDF. Other ESP-IDF Versions are also available. E
中文 中文 git clone ~/esp %userprofile%\esp cd ~/esp git clone -b v4.2.1 --recursive https://github.com/espressif/esp-idf.git ~/esp/esp-idf cd %userprofile%\esp\esp-idf install.bat cd ~/esp/esp-idf ./install.ps1 cd ~/esp/esp-idf ./install.sh $HOME/.espressif %USERPROFILE%\.espressif IDF_TOOLS_PATH IDF_TOOLS_PATH install.bat install.ps1 install.sh export.bat export.ps1 export.sh %userprofile%\esp\esp-idf\export.bat .$HOME/esp/esp-idf/export.ps1 . $HOME/esp/esp-idf/export.sh export.sh .profile .bashrc .zprofile alias get_idf='. $HOME/esp/esp-idf/export.sh' source [path to profile] source ~/.bashrc get_idf export.sh ~/esp cd ~/esp cp -r $IDF_PATH/examples/get-started/hello_world . cd %userprofile%\esp xcopy /e /i %IDF_PATH%\examples\get-started\hello_world hello_world COM1 /dev/tty /dev/cu. hello_world menuconfig cd ~/esp/hello_world idf.py set-target esp32 idf.py menuconfig cd %userprofile%\esp\hello_world idf.py set-target esp32 idf.py menuconfig idf.py set-target esp32 --style idf.py menuconfig --help idf.py build $ idf.py build Running cmake in directory /path/to/hello_world/build Executing "cmake -G Ninja --warn-uninitialized /path/to/hello_world"... Warn about uninitialized values.…
Mots-clés
Aperçu du document
Quelques pages ont été sélectionnées automatiquement afin de vérifier le contenu du document avant téléchargement.