You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
1
# Contribution Guide (Developers)
2
2
3
-
## Setting up an Eclipse Development Environment
4
-
* Install `Java SE`(Java 11 and above). Here is the download link https://www.oracle.com/technetwork/java/javase/downloads/index.html
5
-
* Install `Eclipse for RCP and RAP Developers` package (Eclipse 2020-09 and above) which you can find here https://www.eclipse.org/downloads/packages/
3
+
## Setting up an Eclipse Development Environment using IDF Target (Recommended approach)
4
+
* Navigate to `com.espressif.idf.target` plugin
5
+
* Click on `com.espressif.idf.target.target` file
6
+
* Click on `Set as Active Target Platform` and wait for a couple of mins to download and configure your environment with the idf required plugins
7
+
8
+
## Setting up an Eclipse Development Manually
9
+
* Install `Java SE`(Java 17 and above) from https://www.oracle.com/technetwork/java/javase/downloads/index.html
10
+
* Install `Eclipse for RCP and RAP Developers` package (Eclipse 2023-03 and above) from https://www.eclipse.org/downloads/packages/
6
11
* Install `Eclipse CDT` plugins in the eclipse https://download.eclipse.org/tools/cdt/releases/latest/ (Choose compatible CDT version based on the Eclipse Release)
7
-
* Install `Eclipse Embedded CDT` package for OpenOCD https://projects.eclipse.org/projects/iot.embed-cdt/downloads
12
+
* Install `Eclipse C/C++ OpenOCD Debugging` package from https://download.eclipse.org/embed-cdt/updates/v6/
8
13
* Install `m2eclipse` plugins in the eclipse using update site https://download.eclipse.org/technology/m2e/releases/latest/
9
14
* Install `cmakeed` plugins in the eclipse https://raw.githubusercontent.com/15knots/cmakeed/master/cmakeed-update/ to get the CMake editor features
10
15
* Install latest `Eclipse SWTChart` using the update site https://projects.eclipse.org/projects/science.swtchart/downloads
0 commit comments