Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.
For more information on this matter, please visit #1.
If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.
Thank you for your understanding and cooperation.
ESP32 C/C++ Development Tools
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
February 2023 | 155/567 | 57 (0.07%) | 5 |
January 2023 | 131/677 | 289 (0.08%) | 3 |
December 2022 | 147/805 | 257 (0.07%) | 5 |
November 2022 | 191/808 | 196 (0.05%) | 8 |
October 2022 | 193/811 | 178 (0.05%) | 7 |
September 2022 | 189/812 | 175 (0.04%) | 5 |
August 2022 | 172/808 | 200 (0.06%) | 3 |
July 2022 | 202/816 | 141 (0.04%) | 17 |
June 2022 | 194/810 | 165 (0.04%) | 16 |
May 2022 | 196/810 | 179 (0.04%) | 6 |
April 2022 | 189/817 | 186 (0.04%) | 8 |
March 2022 | 180/820 | 232 (0.05%) | 2 |
Unsuccessful Installs in the last 7 Days: 1
Count | Error Message |
---|---|
1 | Cannot continue the operation. There is another install operation in progress. |
Tuesday, February 7, 2023 - 16:13
Reviews Sign in to post reviews
Documentation / Guide ?
Submitted by Konstantinos Ifantidis on Mon, 2020-09-07 03:01
Hello there!
I've noticed this pluggin today and I've just installed it. I tried to use it but with no success. I have checked the git repo but I didn't find any usefull documentation. Is there any documentation or guide in order to make this work ? Is this pluggin still active or it is replaced from "ESP-IDF Eclipse plugin"?
Regards, Kostas
Re: Documentation / Guide ?
Submitted by Prince Riley on Sun, 2020-11-29 02:25
I'm making a similar attempt to use this plugin. The current one is an Alpha release, so you'll either have to work through the pain points in getting the correct plugin configuration set up under Eclipse or use the VS Code Platform.io plugin instead.
If you decide to push ahead on Eclipse, then I recommend you read the docs on ESP-IDF programming at the following URL
<http> docs.platformio.org/en/latest/frameworks/espidf.html#project-structure
The first step, is to create the project file structure according to the ESP-IDF documentation as explained on the above web page.
Next, you will have to install and configure the tool chain components under Eclipse using the C/C++ distribution as a foundation. Both the Windows and Linux Eclipse C/C++ platforms will work; Linux will be easier in my opinion.
Next, you'll have to set up a CMake build script in the Eclipse DEV perspective and use the Platform.io web pages to tell you what environment variables and CMake targets you'll need to create. Do not ignore the FreeRTOS version of the ESP-IDF framework, you'll find the code structure much easier to follow despite the real time O/S artifacts that this code framework requires.