Search found 227 matches

by ESP_bignacio
Wed Mar 10, 2021 6:26 am
Forum: IDEs for ESP-IDF
Topic: Openocd update issue
Replies: 7
Views: 9364

Re: Openocd update issue

Visual Studio Code settings precedence maybe you need to update the projects .vscode/settings.json.

You can check with `ESP-IDF: Doctor command` the value being used.
by ESP_bignacio
Tue Mar 09, 2021 2:28 am
Forum: IDEs for ESP-IDF
Topic: How can I install the new version of openocd in the ESP-idf?
Replies: 9
Views: 12910

Re: How can I install the new version of openocd in the ESP-idf?

@espdorian In vscode, there is a settings system that project's .vscode/settings.json overwrite the workspace settings.json which override the user settings.json as explained in Visual Studio Code settings precedence @Souhail Have you check the value of `idf.openOcdConfigs` also called `List of conf...
by ESP_bignacio
Mon Mar 08, 2021 2:23 pm
Forum: IDEs for ESP-IDF
Topic: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
Replies: 12
Views: 14383

Re: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work

Hey @espdorian What is the value of idf.openOcdConfigs also called List of configuration files inside OpenOCD Scripts directory in Preferences: Open Settings (UI) ?
by ESP_bignacio
Mon Mar 08, 2021 2:17 pm
Forum: IDEs for ESP-IDF
Topic: VS Code Path Problem
Replies: 6
Views: 12035

Re: VS Code Path Problem

Hi @ lukehoersten sorry about the build issue. With regards to your problem, means you can't add the HomeKit_path to your build ? Where are you defining the HOMEKIT_PATH variable ? is it a global system environment variable or extension specific env variable ? Is there any error in the build output ?
by ESP_bignacio
Mon Mar 08, 2021 7:30 am
Forum: IDEs for ESP-IDF
Topic: Espressif won't Compile Example Project in VSCode
Replies: 3
Views: 8686

Re: Espressif won't Compile Example Project in VSCode

Hey Matan. Can you provide the steps you used to get this error? Did you make sure to build the project after creating the project with ESP-IDF: Build your project . Maybe you are trying to build from a container folder instead of the project folder itself ? In Visual Studio Code, open <my_project_p...
by ESP_bignacio
Mon Mar 08, 2021 7:24 am
Forum: IDEs for ESP-IDF
Topic: VScode Linux new install CMake IDF_PATH not working
Replies: 1
Views: 3283

Re: VScode Linux new install CMake IDF_PATH not working

The CMake extension doesn't share Espressif extension settings. Maybe add the value of idf.espIdfPath to CMake Environment variables by searching for cmake.buildEnvironment in your Visual Studio Code settings ?
by ESP_bignacio
Mon Mar 08, 2021 7:10 am
Forum: IDEs for ESP-IDF
Topic: command failed: no module named pip WSL2 Ubuntu 20.04
Replies: 2
Views: 6280

Re: command failed: no module named pip WSL2 Ubuntu 20.04

It seems pip is not part of the virtual environment created in WSL 2 Can you try to search pip in /home/tim/.espressif/python_env/idf4.2_py3.8_env/bin/ maybe it is missing. You can either delete and re make the virtual environment (pip should be included when created with virtualenv or venv) or inst...
by ESP_bignacio
Mon Mar 08, 2021 6:59 am
Forum: IDEs for ESP-IDF
Topic: VS Code Path Problem
Replies: 6
Views: 12035

Re: VS Code Path Problem

How are you building ?

Are you using the extension commands to build ? Press menu View -> Command Palette -> type ESP-IDF: Build your project

Please review Vscode extension commands
by ESP_bignacio
Mon Mar 08, 2021 6:55 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF VS Code extension build suddenly failing (macOS)
Replies: 9
Views: 9278

Re: ESP-IDF VS Code extension build suddenly failing (macOS)

Hi guys apparently this is broken in the latest vscode version, we should have a fix already in GitHub master and will release a new version in marketplace soon.

In the meantime, maybe you can try using the GitHub master VSIX installer here ?
by ESP_bignacio
Wed Mar 03, 2021 10:07 am
Forum: IDEs for ESP-IDF
Topic: Still Windows JTAG debugging issues
Replies: 1
Views: 2553

Re: Still Windows JTAG debugging issues

Hi @espdorian I'm sorry to hear about the vscode debug problems. We are working on some tutorial documentation to set this up. I will tag you when released to see if it helps somehow or you can also post a GitHub Issue so we can explore what the problem is. With regards to Eclipse, have you review o...