Search found 221 matches

by ESP_bignacio
Thu Aug 18, 2022 10:38 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF VSCode Extension v1.5.0
Replies: 0
Views: 2167

ESP-IDF VSCode Extension v1.5.0

Hello Community! We have released ESP-IDF VSCode Extension v1.5.0 with important bug fixes and new features. Check it out at https://github.com/espressif/vscode-esp-idf-extension/releases/tag/v1.5.0 Features and enhancements - Disassembly view - Customize build folder directory - Add unit test for g...
by ESP_bignacio
Tue Aug 16, 2022 11:58 am
Forum: IDEs for ESP-IDF
Topic: Error squiggles not showing in v4.4.2
Replies: 5
Views: 3689

Re: Error squiggles not showing in v4.4.2

We've made some fixes in this PR ! Could you try this vsix installer

Related link: how to Install extension from vsix
by ESP_bignacio
Thu Aug 04, 2022 11:14 am
Forum: ESP-IDF
Topic: Issues with JTAG Debugging Tool Chain
Replies: 1
Views: 1127

Re: Issues with JTAG Debugging Tool Chain

Could you change the cwd in launch.json to "cwd": "${workspaceFolder}" Also what is the output of the openOCD task ?

You could also try our Visual Studio Code extension for ESP-IDF
by ESP_bignacio
Wed Jul 27, 2022 3:35 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Debug Adapter - VSCode
Replies: 2
Views: 2929

Re: ESP-IDF Debug Adapter - VSCode

These features you want to try are not available in marketplace version 1.4.0 They will be available in the next release ! With regards to variables not shown, it depends on the program execution step. In this while loop there isn't any variable in memory. You could try the fibonacci template to che...
by ESP_bignacio
Mon Jul 25, 2022 9:54 am
Forum: IDEs for ESP-IDF
Topic: VS Code "go to definition" includes IDF
Replies: 3
Views: 3629

Re: VS Code "go to definition" includes IDF

You should update the <project-directory/.vscode/c_cpp_properties.json file as shown in c_cpp_configuration documentation . The best configuration is usually the one using the compile_commands.json but you could remove/update those browse paths in ESP-IDF components. EDIT: Apologies, wrong url forma...
by ESP_bignacio
Wed Apr 27, 2022 7:29 am
Forum: Hardware
Topic: Boot esp32-s3-wroom-2 doubts
Replies: 11
Views: 9125

Re: Boot esp32-s3-wroom-2 doubts

Did you make sure that ESPTOOLPY_FLASHSIZE_DETECT (Serial Flasher config -> Detect flash size when flashing bootloader) is disabled ? It is usually enabled by default. This will override any user defined flash size. The visual studio code extension uses the project's build/flasher_args.json file for...
by ESP_bignacio
Tue Mar 15, 2022 6:35 am
Forum: IDEs for ESP-IDF
Topic: Can't install ESP_IDF extension in VS Code
Replies: 1
Views: 2032

Re: Can't install ESP_IDF extension in VS Code

Should be fixed in 1.4.0 . There was a change in the release URL of ESP-IDF in Espressif download servers.
by ESP_bignacio
Tue Mar 15, 2022 6:33 am
Forum: IDEs for ESP-IDF
Topic: Espressif IDF 1.3.0 hung at "ESP-IDF: Menuconfig: Configuring server"
Replies: 2
Views: 3124

Re: Espressif IDF 1.3.0 hung at "ESP-IDF: Menuconfig: Configuring server"

This happens because as shown in the doctor output your extension is not properly configured.

Run the Configure ESP-IDF extension command.
by ESP_bignacio
Mon Mar 07, 2022 10:15 am
Forum: IDEs for ESP-IDF
Topic: Unable to list serial ports in VS Code on Windows
Replies: 3
Views: 4542

Re: Unable to list serial ports in VS Code on Windows

Logs
Please share the log file which can be obtained from:

- Windows: %USERPROFILE%\.vscode\extensions\espressif.esp-idf-extension-VERSION\esp_idf_vsc_ext.log
- Linux & MacOSX: $HOME/.vscode/extensions/espressif.esp-idf-extension-VERSION/esp_idf_vsc_ext.log
by ESP_bignacio
Tue Feb 22, 2022 5:42 am
Forum: IDEs for ESP-IDF
Topic: VS Code set app offset
Replies: 4
Views: 3532

Re: VS Code set app offset

Did you choose “Custom partition table CSV” in menuconfig ?