ESP32 C/C++ Development Tools
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
August 2022 | 180/761 | 96 (0.05%) | 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 |
February 2022 | 168/819 | 229 (0.06%) | 8 |
January 2022 | 165/817 | 247 (0.06%) | 25 |
December 2021 | 194/811 | 180 (0.05%) | 15 |
November 2021 | 167/822 | 272 (0.06%) | 9 |
October 2021 | 152/826 | 315 (0.07%) | 13 |
September 2021 | 166/830 | 267 (0.06%) | 21 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Wednesday, August 17, 2022 - 03:08
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.