Search found 221 matches

by ESP_bignacio
Wed Feb 01, 2023 3:23 am
Forum: ESP-IDF
Topic: ESP-Prog JTAG debugging with ESP32S3
Replies: 7
Views: 8887

Re: ESP-Prog JTAG debugging with ESP32S3

Could you share the extension troubleshooting information ?
by ESP_bignacio
Thu Jan 12, 2023 8:36 am
Forum: IDEs for ESP-IDF
Topic: Select Different ESP-IDF framework for different Projects with Visual Code
Replies: 3
Views: 6116

Re: Select Different ESP-IDF framework for different Projects with Visual Code

You can use multiple versions of ESP-IDF (one for each project) by define the extension configurations settings in each workspace folder as described in working with multiple projects documentation. On your current open project, set idf.saveScope in your <project-dir>/.vscode/settings.json to Worksp...
by ESP_bignacio
Wed Jan 11, 2023 6:41 am
Forum: IDEs for ESP-IDF
Topic: Exit idf.py monitor VSCode Server
Replies: 1
Views: 2222

Re: Exit idf.py monitor VSCode Server

Have you tried CTRL + ] or CTRL + C as shown in ESP-IDF Monitor Keyboard shortcuts ?
by ESP_bignacio
Tue Jan 03, 2023 7:31 am
Forum: IDEs for ESP-IDF
Topic: Debug adapter crash
Replies: 2
Views: 3088

Re: Debug adapter crash

What is the openOCD output ? Seems the connection dropped in the middle of the debug adapter init process.
by ESP_bignacio
Tue Jan 03, 2023 7:18 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Extension C++17 Compliance
Replies: 3
Views: 14948

Re: ESP-IDF Extension C++17 Compliance

You can try removing those "cStandard" and "cppStandard" from c_cpp_properties.json, which are not necessary. This is not ESP-IDF extension specific but part of the Microsoft C/C++ extension which the esp-idf rely for syntax highlight. Would update the template c_cpp_properties.json in the next esp-...
by ESP_bignacio
Thu Nov 10, 2022 4:12 am
Forum: IDEs for ESP-IDF
Topic: can't setp idf in vscode
Replies: 1
Views: 1973

Re: can't setp idf in vscode

Could you share the troubleshooting information?

https://github.com/espressif/vscode-esp ... leshooting
by ESP_bignacio
Mon Oct 24, 2022 7:45 am
Forum: IDEs for ESP-IDF
Topic: Disable automatic creation of [project_home]/esp_idf_components/ in Eclipse/ESP-IDF?
Replies: 2
Views: 3283

Re: Disable automatic creation of [project_home]/esp_idf_components/ in Eclipse/ESP-IDF?

You can disable the IDF component manager with the idf.enableIdfComponentManager setting in Visual Studio Code as defined in settings documentation
by ESP_bignacio
Mon Oct 24, 2022 7:40 am
Forum: IDEs for ESP-IDF
Topic: VSCode + Debug with ESP-EYE
Replies: 4
Views: 11455

Re: VSCode + Debug with ESP-EYE

Have you configure openOCD in the vscode extension ?

Make sure, if you are using Windows, to do the Zadig configuration as shown before or in this forum FAQs.

In the extension, check the debugging tutorial
by ESP_bignacio
Mon Oct 24, 2022 7:38 am
Forum: IDEs for ESP-IDF
Topic: macOS ESP-IDF Extension for Visual Studio Code
Replies: 1
Views: 2183

Re: macOS ESP-IDF Extension for Visual Studio Code

You can open a GitHub Issue or share here the troubleshooting information we need to find out the issue:

https://github.com/espressif/vscode-esp ... leshooting