Search found 161 matches

by ESP_kondalkolipaka
Tue Apr 18, 2023 10:27 am
Forum: IDEs for ESP-IDF
Topic: Espressif-IDE v2.8.0 Released
Replies: 3
Views: 3443

Re: Espressif-IDE v2.8.0 Released

Hello, Thanks for reporting the issue. If you're working with IDF 5.0 and higher with the Espressif-IDE/IEP Eclipse plugin, you might experience indexer problems based on the project, this is due to IDF 5.0 having certain components which are using the latest C/C++ 20 language features that are not ...
by ESP_kondalkolipaka
Mon Apr 10, 2023 1:09 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF VSCode Extension v1.6.1 Released
Replies: 0
Views: 1455

ESP-IDF VSCode Extension v1.6.1 Released

Hi All, We have released v1.6.1 for ESP-IDF VSCode Extension. Please find the release notes here Features and enhancements Add coredump as data subtype Thanks @ramiws ! Use webpack 5 Thanks @Spacefish ! Add ESP32 C6 boards Thanks @Spacefish ! Add unit test and end to end testing docs Update platform...
by ESP_kondalkolipaka
Mon Apr 10, 2023 1:02 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Eclipse Plugin v2.9.1 (Build id: 20230406-1540) Released!
Replies: 0
Views: 1321

ESP-IDF Eclipse Plugin v2.9.1 (Build id: 20230406-1540) Released!

ESP-IDF Eclipse Plugin v2.9.1 has been released, bringing critical bug fixes reported in v2.9.0, as well as fixes to support Eclipse 2022-12 Prerequisites: Java 17+ Eclipse CDT 2022-09, Eclipse CDT 2022-12 Bug Fixes IEP-911: Fixed the issue where tools installation failed on Windows and Linux IEP-90...
by ESP_kondalkolipaka
Thu Apr 06, 2023 5:07 pm
Forum: IDEs for ESP-IDF
Topic: Stability issues since updating to ESP_IDF 5.0.1
Replies: 6
Views: 3905

Re: Stability issues since updating to ESP_IDF 5.0.1

If you're working with IDF 5.0 and higher with the Espressif-IDE/IEP Eclipse plugin, you might experience indexer problems based on the project, this is due to IDF 5.0 having certain components which are using C/C++ 20 syntax in some files which is not yet supported by Eclipse CDT Indexer. However, ...
by ESP_kondalkolipaka
Thu Apr 06, 2023 5:00 pm
Forum: IDEs for ESP-IDF
Topic: Stability issues since updating to ESP_IDF 5.0.1
Replies: 6
Views: 3905

Re: Stability issues since updating to ESP_IDF 5.0.1

Hi All, We have released IEP v2.9.1 with the project build hung issue, project close and reopen issues, and a few more bug fixes to improve the quality of the plugin. Please refer to the release notes https://github.com/espressif/idf-eclipse-plugin/releases/tag/v2.9.1 Installing IDF Plugins using th...
by ESP_kondalkolipaka
Wed Mar 29, 2023 2:23 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF VSCode Extension v1.6.0 released
Replies: 0
Views: 1263

ESP-IDF VSCode Extension v1.6.0 released

ESP-IDF VSCode Extension v1.6.0 released Features and enhancements - Add nightly documentation install instructions - Add linux archs to platforms - Add ESP-Matter Python packages install Thanks @Diegorro98 ! - Add Nightly build links - Add Watch variables expansion in debugging view - Add multiple...
by ESP_kondalkolipaka
Wed Mar 29, 2023 2:15 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Eclipse Plugin v2.9.0 (Build ID: 20230321-0002) released
Replies: 0
Views: 1172

ESP-IDF Eclipse Plugin v2.9.0 (Build ID: 20230321-0002) released

ESP-IDF Eclipse Plugin v2.9.0 (Build id: 20230321-0002) Released Improvements/New Features: - Added a combo box in the Launch configuration with flash over UART, DFU, and JTAG options - Integrated Wokwi esp simulator in Eclipse plugin - Added IDF Tools installation status - Added build progress sta...
by ESP_kondalkolipaka
Fri Mar 24, 2023 4:53 am
Forum: IDEs for ESP-IDF
Topic: Eclipse (Linux) New Espressif IDF Project = Nada.
Replies: 2
Views: 1768

Re: Eclipse (Linux) New Espressif IDF Project = Nada.

Hello, Could you please provide the error log to check further on this issue? Maybe something going wrong while launching a new project wizard. https://github.com/espressif/idf-eclipse-plugin#error-log Operating System: linux Java Runtime Version: 17.0.4.1+1 Eclipse Version: 4.25.0.v20220831-1800 Ec...
by ESP_kondalkolipaka
Wed Feb 01, 2023 6:04 am
Forum: IDEs for ESP-IDF
Topic: Espressif-IDE v2.8.0 Released
Replies: 3
Views: 3443

Espressif-IDE v2.8.0 Released

ESP-IDF Eclipse Plugin v2.8.0 (Build id: 20230201-0004) Released This is a minor release that offers NVS Partition Editor, Partition Table Editor, Debugging configuration improvements, and many other bug fixes to improve the quality of the plugin. You can find more details about the Installation an...
by ESP_kondalkolipaka
Fri Jan 27, 2023 5:56 am
Forum: IDEs for ESP-IDF
Topic: Build fail for imported existing Eclipse IDF project
Replies: 2
Views: 2558

Re: Build fail for imported existing Eclipse IDF project

Hello, "program "make" not found in PATH", IDF Eclipse Plugin or Espressif-IDE only supports ESP-IDF CMake based projects (4.X and above). It doesn't offer support for "Make" projects. https://github.com/espressif/idf-eclipse-plugin#esp-idf-eclipse-plugin Could you please check whether the imported ...