Denys Almazov

Results 115 comments of Denys Almazov

Hi @marcusobrien, thank you for reporting this. Have you installed the Espressif IDE from the Windows offline installer? In that case, tools should be picked up automatically, but otherwise, tools...

Hi @Samuel-Zhang-Rheem, sorry for the late reply. "Can I use Eclipse/IDF to build another template project, copy all those files in main directory to new project?" -Yes, it should be...

Hi @Samuel-Zhang-Rheem, You should be able to change the build settings in the launch configuration, not the debug configuration, of the project. Each project should have at least one launch...

Hi @Samuel-Zhang-Rheem, 1. I'm confused how did you get these variables in the launch configuration (${IDF_PY}, ${IDF_PYTHON_ENV_PATH}? We added them to the master like 2 weeks ago, how could you...

Hi @Samuel-Zhang-Rheem, you can try this: When debugging, open the Debug view (by default it's near the Project Explorer section) -> Right click on some thread you want to reset,...

the second option could be turning off "Flash every time with application binaries" in the 'Startup' tab of the debug configuration but it takes more time and requires additional manual...

Hi @Taimoor852, Thank you for reporting this. Please try `right click on Project > C/C++ Index > Rebuild` it should reduce the number of indexer errors. Also, it's unfortunately common...

Hi @Taimoor852, contrib/60-openocd.rules file is needed for USB devices on GNU/Linux, so theoretically you can have some problems with debugging using openocd. So I guess try running Eclipse with the...

Hi @jotisk, thank you for reporting this issue. Unfortunately, I couldn't reproduce this issue on my environments, but I found a similar issue reported: `raise RuntimeError('supported_targets for tool %s is...

Hi @GTCLive, looks like a mirror issue for this tool. Did you manage to install the tools after a while?