Search found 161 matches

by ESP_kondalkolipaka
Tue Dec 26, 2023 11:46 am
Forum: IDEs for ESP-IDF
Topic: Eclipse IDF install appears ok but Create IDF Project does nothing
Replies: 1
Views: 1161

Re: Eclipse IDF install appears ok but Create IDF Project does nothing

Hello,

Sorry for the inconvenience, similar issue reported here

This is now fixed our recent release IEP v2.12.0, please update your eclipse with the update site:
https://dl.espressif.com/dl/idf-eclipse ... es/latest/

Let us know if you see any issues after updating.
by ESP_kondalkolipaka
Sat Dec 23, 2023 7:25 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Eclipse Plugin v2.12.0 released!
Replies: 0
Views: 3826

ESP-IDF Eclipse Plugin v2.12.0 released!

The ESP-IDF Eclipse Plugin v2.12.0 is a minor release that includes support for Eclipse CDT 2023-12, integration of esp-idf BoM, esptool write_flash command, improvements in tools installation download, toolchain configuration, and many bug fixes. These enhancements aim to improve the quality of the...
by ESP_kondalkolipaka
Mon Nov 27, 2023 4:58 am
Forum: IDEs for ESP-IDF
Topic: ESP_LOGI and ESP_ERROR_CHECK issues in C++
Replies: 3
Views: 40165

Re: ESP_LOGI and ESP_ERROR_CHECK issues in C++

I could reproduce this problem with Eclipse IDE. I see this "syntax error" marker on ESP_LOGI() in Eclipse (with only .cpp files). I think this is something to do with "extern" syntax and how Indexer is building https://bugs.eclipse.org/bugs/show_bug.cgi?id=258292 Let me see if I can find something ...
by ESP_kondalkolipaka
Mon Nov 27, 2023 2:24 am
Forum: IDEs for ESP-IDF
Topic: ESP_LOGI and ESP_ERROR_CHECK issues in C++
Replies: 3
Views: 40165

Re: ESP_LOGI and ESP_ERROR_CHECK issues in C++

Hello,

To verify further, could you please share more details on what IDE are you referring to - Eclipse or VSCode?

Please share an IDE version and a sample project to test this scenario.

Thanks
by ESP_kondalkolipaka
Mon Nov 20, 2023 11:16 am
Forum: IDEs for ESP-IDF
Topic: How to configure OCD on ESP32-S2-Saola-1 Rev 1.2 board in Eclipse?
Replies: 1
Views: 27546

Re: How to configure OCD on ESP32-S2-Saola-1 Rev 1.2 board in Eclipse?

Hello, Flashing is straitforward, you can click on the `Run` button as shown in the screenshot below. Screenshot 2023-11-20 at 4.37.22 PM.png ESP32-S2-Saola-1 Rev 1.2 board doesn't have JTAG interface and hence it doesn't support OpenOCD Debugging. https://docs.espressif.com/projects/esp-idf/en/late...
by ESP_kondalkolipaka
Mon Nov 20, 2023 10:44 am
Forum: IDEs for ESP-IDF
Topic: OCD not working using ESP-Prog and Eclipse IDF plug in latest versions on brand new Win11 pro
Replies: 1
Views: 26411

Re: OCD not working using ESP-Prog and Eclipse IDF plug in latest versions on brand new Win11 pro

Hello,

This is most likely a drivers issue, can you please check this troubleshooting guide here.

I hope that helps.
by ESP_kondalkolipaka
Thu Nov 09, 2023 11:25 am
Forum: IDEs for ESP-IDF
Topic: VSCode Extension does not show all IDF tags
Replies: 1
Views: 14840

Re: VSCode Extension does not show all IDF tags

Hello, Since that's a older version, it was not shown up. If you are very particular about v4.3.1, you can always clone and use it. https://github.com/espressif/esp-idf/releases/tag/v4.3.1 Here is the direct link with submodules https://dl.espressif.com/dl/esp-idf/releases/esp-idf-v4.3.1.zip Then us...
by ESP_kondalkolipaka
Wed Nov 08, 2023 5:54 am
Forum: IDEs for ESP-IDF
Topic: Love Our ESP-IDF VSCode Extension? Share Your Feedback on VSCode marketplace
Replies: 0
Views: 18105

Love Our ESP-IDF VSCode Extension? Share Your Feedback on VSCode marketplace

Hi there, We hope you're enjoying our ESP-IDF VSCode extension ! If you find it helpful and valuable, we'd greatly appreciate it if you could take a moment to rate and review it on the VSCode Marketplace . Your feedback and ratings are important to us, and they help us improve and reach more users l...
by ESP_kondalkolipaka
Mon Nov 06, 2023 1:34 pm
Forum: IDEs for ESP-IDF
Topic: Version roll back using Eclipse Plugin 5.1 to 5.0 does not succeed with tool installation.
Replies: 4
Views: 21641

Re: Version roll back using Eclipse Plugin 5.1 to 5.0 does not succeed with tool installation.

Yes, you can also delete the entire build directory, it's same as running "idf.py fullclean" command. You should check this. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-py.html $idf.py python-clean This command deletes generated python byte code from the ESP-IDF ...