Search found 214 matches

by ESP_bignacio
Wed Dec 06, 2023 6:47 am
Forum: IDEs for ESP-IDF
Topic: OpenOCD and ESP_LOGI display.
Replies: 3
Views: 24093

Re: OpenOCD and ESP_LOGI display.

How are your running openOCD in VSCode ?

IF you are using the ESP-IDF extension, you can check the openOCD output by click menu View -> Output and select ESP-IDF from the dropdown.
by ESP_bignacio
Thu Nov 23, 2023 5:12 am
Forum: IDEs for ESP-IDF
Topic: Unable to start debugging. Unexpected GDB output from command "- interpreter-exec console "target remote:3333""
Replies: 14
Views: 149975

Re: Unable to start debugging. Unexpected GDB output from command "- interpreter-exec console "target remote:3333""

How do you start the openOCD ? Are you using the extension OpenOCD Server ? What is the openOCD output ? Click menu View -> Output -> Choose ESP-IDF from drop down and see the OpenOCD output.
by ESP_bignacio
Mon Nov 20, 2023 10:45 am
Forum: IDEs for ESP-IDF
Topic: Problems with Blink Example
Replies: 1
Views: 26408

Re: Problems with Blink Example

For ESP-IDF: Set Espressif device target " command use esp32. For Language configuration modify your project's .vscode/c_cpp_properties.json with compile_commands.json like explained here: https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/C_CPP_CONFIGURATION.md#configuration-wit...
by ESP_bignacio
Mon Nov 20, 2023 10:43 am
Forum: IDEs for ESP-IDF
Topic: Unable to start debugging. Unexpected GDB output from command "- interpreter-exec console "target remote:3333""
Replies: 14
Views: 149975

Re: Unable to start debugging. Unexpected GDB output from command "- interpreter-exec console "target remote:3333""

Have you followed our setup tutorial here: https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/install.md And our debug tutorial: https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/debugging.md If you have any problems share the troubleshootin...
by ESP_bignacio
Mon Nov 20, 2023 10:41 am
Forum: IDEs for ESP-IDF
Topic: Cannot install esp-idf V5.1.2 on VSCode
Replies: 1
Views: 15560

Re: Cannot install esp-idf V5.1.2 on VSCode

Have you followed our setup tutorial here: https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/install.md If you have any problems share the troubleshooting information with us to understand better the problem: https://github.com/espressif/vscode-esp-idf-extension/blob/ma...
by ESP_bignacio
Wed Nov 01, 2023 11:19 am
Forum: IDEs for ESP-IDF
Topic: esp-idf + esp-matter + vsc not even compiling on examples
Replies: 5
Views: 16663

Re: esp-idf + esp-matter + vsc not even compiling on examples

Apologies for the bad experience with the vscode extension. Can you help us make it better for you ? First, check the Troubleshooting section of the vscode extension. This information help us to understand your setup. When you run the Install ESP-IDF Matter command, are you doing a full install or a...
by ESP_bignacio
Wed Oct 11, 2023 12:47 pm
Forum: IDEs for ESP-IDF
Topic: Can I display how long the build task takes in vscode extension?
Replies: 2
Views: 7844

Re: Can I display how long the build task takes in vscode extension?

Maybe you can try to use some additional option of ninja-build. In your <project-dir>/.vscode/settings.json add:

"idf.ninjaArgs": ["-d stats"]
by ESP_bignacio
Wed Oct 11, 2023 8:27 am
Forum: IDEs for ESP-IDF
Topic: Using extra components esp-protocols with vscode extension
Replies: 1
Views: 5935

Re: Using extra components esp-protocols with vscode extension

You can try to use the ESP-IDF: Show Component Registry command to open the IDF Component manager website inside vscode. Find the asp-protocols components you want like esp_modem. Click the install button. this will update your src/main/idf_component.yml file. Use the component in your project. When...
by ESP_bignacio
Tue Jul 04, 2023 5:14 am
Forum: IDEs for ESP-IDF
Topic: ESP IDF VSCode Extension Release v1.6.4
Replies: 0
Views: 3681

ESP IDF VSCode Extension Release v1.6.4

v1.6.4 ### Features and enhancements Add IDF Target to project configuration editor Add ESP-IDF Rainmaker download and build support Add IDF Monitor timestamps settings Add gitee mirrors for git cloning when using Espressif Download Server ### Bug Fixes Fix resolve task manager Increase input width...