Skip to content

Commit 56a50d6

Browse files
Update CONTRIBUTING.md
1 parent 42ecb12 commit 56a50d6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Contribution Guide (Developers)
22

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/
611
* 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/
813
* Install `m2eclipse` plugins in the eclipse using update site https://download.eclipse.org/technology/m2e/releases/latest/
914
* Install `cmakeed` plugins in the eclipse https://raw.githubusercontent.com/15knots/cmakeed/master/cmakeed-update/ to get the CMake editor features
1015
* Install latest `Eclipse SWTChart` using the update site https://projects.eclipse.org/projects/science.swtchart/downloads

0 commit comments

Comments
 (0)