ESP32 C/C++ Development Tools
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
May 2023 | 181/670 | 141 (0.05%) | 4 |
April 2023 | 173/668 | 170 (0.05%) | 3 |
March 2023 | 165/688 | 238 (0.06%) | 5 |
February 2023 | 152/668 | 246 (0.07%) | 13 |
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 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Saturday, May 27, 2023 - 22:56
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.