Search found 221 matches

by ESP_bignacio
Thu Apr 09, 2020 11:53 am
Forum: ESP-IDF 中文讨论版
Topic: 用visual studio 2017开发esp32的问题
Replies: 2
Views: 5815

Re: 用visual studio 2017开发esp32的问题

你好,

谢谢你的来信。
目前我们还没有对Visual Studio的官方支持。

尽管如此,我们最近还是出于同样的目的发布了Eclipse插件和Visual Studio Code扩展。
https://github.com/espressf/idf-eclipse-plugin
https://github.com/espresif/vscode-esp-idf-extension

如果您看到这个Eclipse插件/VSCode扩展的任何挑战,请与我们分享更多详细信息。

谨致问候,
Brian
by ESP_bignacio
Tue Mar 17, 2020 9:54 am
Forum: IDEs for ESP-IDF
Topic: FreeRTOS Task Aware Debugger?
Replies: 8
Views: 17775

Re: FreeRTOS Task Aware Debugger?

It is part of the debug adapter for our Visual Studio Code ESP-IDF extension coming very very soon :D
by ESP_bignacio
Mon Mar 16, 2020 11:45 am
Forum: IDEs for ESP-IDF
Topic: How to custom flash command VS Code
Replies: 4
Views: 10889

Re: How to custom flash command VS Code

What kind of custom flash commands you would like to use? Usually for handling partitions, setting a Custom Partition CSV table in menuconfig as shown here https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/partition-tables.html#creating-custom-tables would allow you to organize the pa...
by ESP_bignacio
Tue Mar 10, 2020 2:37 am
Forum: IDEs for ESP-IDF
Topic: 求教,VS coder插件onboarding设置时提示“Python or pip have not been found in your environment.”
Replies: 1
Views: 8423

Re: 求教,VS coder插件onboarding设置时提示“Python or pip have not been found in your environment.”

Can you post your log file esp_idf_vsc_ext.log inside the extension folder ?

Also what is the output of this using Windows Command line:

python.exe -m pip --version replacing python.exe with full python executable path ? Can you find the pip version with that command ?
by ESP_bignacio
Fri Feb 28, 2020 3:11 am
Forum: IDEs for ESP-IDF
Topic: Experience with Visual Studio using Windows Subsystem for Linux (WSL)?
Replies: 2
Views: 7457

Re: Experience with Visual Studio using Windows Subsystem for Linux (WSL)?

Hi there, we have tested the experience with Visual Studio Code since they provide an extension called WSL Remote which they use for visual studio code remote, for WSL and containers running locally. Relevant links Visual Studio Code and WSL WSL Remote extension We have tested using our ESP-IDF exte...
by ESP_bignacio
Thu Feb 27, 2020 4:23 am
Forum: IDEs for ESP-IDF
Topic: Problem starting gdb on VS code
Replies: 1
Views: 6481

Re: Problem starting gdb on VS code

Hi there ! We are currently working on debug support in our extension for VS Code. In the meantime you can try use: { "version": "0.2.0", "configurations": [ { "type": "cppdbg", "request": "launch", "name": "ESP-IDF: Debug", "miDebuggerPath": "xtensa-esp32-elf-gdb", "program": "${workspaceFolder}/bu...
by ESP_bignacio
Mon Jan 20, 2020 10:07 am
Forum: IDEs for ESP-IDF
Topic: Be Warned, New VS Code Ext. along side other ESP-IDF versions
Replies: 11
Views: 17231

Re: Be Warned, New VS Code Ext. along side other ESP-IDF versions

We are not modifying .bashrc, .profile or your system environment variable in any way. We override the visual studio code process.env (from extension context, nodejs) with values from the following vscode configuration on runtime and not persisting these changes. If you can replicate this error with...
by ESP_bignacio
Mon Jan 13, 2020 4:47 am
Forum: IDEs for ESP-IDF
Topic: Be Warned, New VS Code Ext. along side other ESP-IDF versions
Replies: 11
Views: 17231

Re: Be Warned, New VS Code Ext. along side other ESP-IDF versions

Hi @mikemoy First thanks for the feedback. I'm not sure how the vscode extension could affect other IDEs since we try our best to don't override any of your system settings and environment variables by saving everything in Vscode in our extension variables such as `idf.espIdfPath`, `idf.customExtraP...
by ESP_bignacio
Mon Jan 06, 2020 3:34 am
Forum: IDEs for ESP-IDF
Topic: Official Visual Studio Code Extension for ESP-IDF Projects
Replies: 9
Views: 29864

Re: Official Visual Studio Code Extension for ESP-IDF Projects

Hi boarchuz and username ! Thanks for the feedback! We are trying to make the extension as easy to use as possible. Concerning the GUI Menuconfig Tool, Can you provide us with the content of ESP-IDF GUI Menuconfig Visual Studio Code Output channel and the log (esp_idf_vsc_ext.log) in the extension d...
by ESP_bignacio
Thu Jan 02, 2020 1:33 pm
Forum: IDEs for ESP-IDF
Topic: VS Code CMake error: "include called with wrong number of arguments"
Replies: 7
Views: 11376

Re: VS Code CMake error: "include called with wrong number of arguments"

Hi ! Can you show us a bit more information? You can share the output of Visual Studio Code "ESP-IDF Build" Output Channel? Also share the extension log located in : Windows %USERPROFILE%\.vscode\extensions\espressif.esp-idf-extension-<version>\esp_idf_vsc_ext.log Mac $HOME/.vscode/extensions/espres...