experiencereqop.blogg.se

Esp32 visual studio code
Esp32 visual studio code





esp32 visual studio code

"ESP-IDF Tools have been configured for this extension of Visual Studio Code". Python requirements from c:\Users\myName\.vscode\extensions\espressif.esp-idf-extension-0.2.1\esp_debug_adapter\requirements.txt are satisfied."Īnd appear a button written "Go to next step."Īfter clicked on button "Go to next step." the following message appeared: "Checking Debug Adapter requirements using python Python requirements from c:\esp-idf\requirements.txt are satisfied."

esp32 visual studio code esp32 visual studio code

"Checking ESP-IDF Python requirements using python I went back to the windows cmd and ran: "python -m pip install -r c:\Users\myName\.vscode\extensions\espressif.esp-idf-extension-0.2.1\esp_debug_adapter\requirements.txt".Īfter, i went back to the opened project on vsc and started to config using espressif vsc plugin again. Other python "errors" appeared and a suggention to run: "python -m pip install -r c:\Users\myName\.vscode\extensions\espressif.esp-idf-extension-0.2.1\esp_debug_adapter\requirements.txt" appear. In windows cmd(administrator mode) i run: "python -m pip install -user -r %IDF_PATH%/requirements.txt".Īfter, i opened the project on vsc and started to config using espressif vsc plugin.

esp32 visual studio code

Visual studio code error A.png (356.04 KiB) Viewed 12904 times In annex folows the image with the problem that i encountered. So i decided to test it in visual studio code, using "Develop and debug applications for Espressif ESP32, ESP32-S2 chips with ESP-IDF" vsc plugin, and not worked. I configured project on menuconfig and all ok.Īfer save project config on menuconfig, i run idf.py buid and everything worked as expected. I run "C:\esp-idf>git describe" and git returned me v4.-g71dc5eb27. I downloaded the tools setup for windows: " ".Īnd i let tools setup install all the necessary tools(everything, including esp-idf v4.-g71dc5eb27, python, git and so on).Īfter this installation, the "ESP-IDF Command Prompt (cmd.exe)" opened. I restarted the notebook just to make sure. I decided to uninstall everything, including git and python and whatever was related.







Esp32 visual studio code