Skip to content

Releases: espressif/idf-eclipse-plugin

ESP-IDF Eclipse Plugin v1.2.0 (Build: 1.2.0.202008190813)

26 Aug 01:55
Compare
Choose a tag to compare

ESP-IDF Eclipse Plugin Release v1.1.1 (Build: 1.1.1.202006040612)

04 Jun 08:06
Compare
Choose a tag to compare

This is a minor release to fix the sdkconfig editor issue. #92

Note:

We recommend using Java 11 and above while working with IDF Eclipse Plugin(v1.1.0 and above) considering Eclipse 2020-06 has a requirement for Java 11 to work with the CDT

Here are some important notes on this.

Installing CDT 9.11 on Eclipse 2020-06 and later requires a workaround when using Java 8

Check this - https://wiki.eclipse.org/CDT/User/NewIn911#Release

CDT 9.11 only requires Java 8 to run. However, a new feature in Eclipse 2020-06 and later means that the install wizard may prevent installation. The workaround is to disable "Verify provisioning operation is compatible with currently running JRE" in Windows -> Preferences -> Install/Update. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=564407#c1

CDT 10.0 required Java 11 or later

Check this - https://wiki.eclipse.org/CDT/User/NewIn100

Starting with CDT 10.0 Java 11 or later is required to run CDT. This aligns with requirements of Eclipse IDE which also requires Java 11 to run starting in 2020-09.

Updating

Installing IDF Plugins using the update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins using the local archive file:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v1.1.1.zip

Installing the IDF Plugin from the Eclipse Market Place:
Check this: https://github.com/espressif/idf-eclipse-plugin#installPluginsFromMarketPlace

ESP-IDF Eclipse Plugin Release v1.1.0 (Build: 1.1.0.202006021056)

03 Jun 07:01
Compare
Choose a tag to compare

New Features

  • ESP-IDF Serial Monitor to connect to the serial port with baud rate and port pre-configured
  • ESP-IDF Terminal with all the environment variables pre-configured
  • ESP-IDF Application Size Analysis editor for analyzing static memory footprint of your application
  • Added Espressif plugins in the About Eclipse Dialog

Improvements

  • Added New "Espressif IDF Project" menu item in the project explorer popup menu
  • Verify IDF_PATH and PATH before creating a new project
  • CMakeEditor 1.13 is added as part of the plugin update
  • Improved ESP-IDF Tools console messages
  • Updated plugin target build to Eclipse 2020-03 and CDT 9.10
  • Added Windows-specific instructions for plugin documentation
  • Added build Configuration page to set the custom CMake arguments to the build
  • Added “ESP-IDF Programming Guide” menu item under “Help” to launch the ESP-IDF documentation for the selected version
  • Updated documentation with 1.1.0 features and added FAQ.md

Bug Fixes

  • sdkconfig editor: esp_timer choice not visible
  • GH #76: Eclipse is hanging at File->New->Expressif IDF project
  • [Show the build error if the project path has spaces in it
  • Indexing infoCache file is getting created with null.json name
  • GH #85: [Ubuntu 18.04] Project create/import hangs issue with Java 11
  • GH #86: A new IDF project could not be created with Java 11.
  • When creating a project from a template, don't copy build directory

Updating

Installing IDF Plugins using the update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins using the local archive file:
com.espressif.idf.update-1.1.0.202006021056.zip

Installing the IDF Plugin from the Eclipse Market Place:
Check this: https://github.com/espressif/idf-eclipse-plugin#installPluginsFromMarketPlace

IDF Eclipse Plugin Release v1.0.1 (Build: 1.0.1.202003301016)

31 Mar 06:07
Compare
Choose a tag to compare

Bug Fixes in this release

  • Minor UI improvements to install tools dialog - converted from simple dialog to Title area dialog to show the error messages
  • Added validation to the Install tools dialog fields
  • Disable Install Tools button if any of the fields are empty
  • Removed install tools dialog fields suggestion message to avoid confusion to the users (#63 (comment))

Updating

Installing IDF Plugins using the update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins from Local:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v1.0.1.zip

IDF Eclipse Plugin Release v1.0.0 (Build: 1.0.0.202003110736)

17 Mar 08:59
Compare
Choose a tag to compare

Build Number: 1.0.0.202003110736

Note: No changes were made between the v1.0.0-rc2 release candidate and v1.0.0

Updating

Installing IDF Plugins using the update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins from Local:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v1.0.0.zip

Documentation

Documentation for release v1.0.0 Release
https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md#espressif-idf-eclipse-plugins

ESP-IDF Programming Guide
https://docs.espressif.com/projects/esp-idf/en/latest/

IDF Eclipse Plugin v1.0.0-rc2 (Build: 1.0.0.202003110736)

11 Mar 09:09
Compare
Choose a tag to compare

Build Number: 1.0.0.202003110736

Bug Fixes in this release

  • Switched to Eclipse Public License 2.0
  • Removed external plugin dependency

Updating

Installing IDF Plugins using the update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins from Local:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v1.0.0-rc2.zip

IDF Eclipse Plugin v1.0.0-rc1 (Build: 1.0.0.202002201116)

24 Feb 06:31
Compare
Choose a tag to compare

Build Number: 1.0.0.202002201116

Bug Fixes in this release

  • Adding support for esp32s2 chip from eclipse
  • "Copy Project into workspace" option in the import project wizard
  • Append git path to the CDT build env PATH
  • Add background messages for git,python,esp-idf dir controls
  • Fix for registering ESP32S2 CMake tool chain provider
  • Fix for getting the toolchain in the processline()
  • Fix for NPE while checking the ScannerInfoCache file

Updating

Installing IDF Plugins using the update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins from Local:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v999-71-g9550085e.zip

Documentation

Documentation for release v1.0.0-rc1
https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md#espressif-idf-eclipse-plugins

ESP-IDF Programming Guide
https://docs.espressif.com/projects/esp-idf/en/latest/

IDF Eclipse Plugin v1.0.0-beta5 (Build: 1.0.0.202002120536)

12 Feb 07:29
Compare
Choose a tag to compare

Build Number: 1.0.0.202002120536

Bug Fixes in this release

  • Fix for “unresolved includes” issue in Windows OS
  • Fix for expanding the short paths generated by CMake
  • Fix NPE issue during CDT indexing
  • Fix to avoid paths configuration dialog while checking tools version
  • Fix to avoid a build when there is no esp32 target launch selected

Updating

Installing IDF Plugins using the update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins from Local:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v999-58-ge024e7b5.zip

Documentation

Documentation for release v1.0.0-beta5
https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md#espressif-idf-eclipse-plugins

ESP-IDF Programming Guide
https://docs.espressif.com/projects/esp-idf/en/latest/

IDF Eclipse Plugin v1.0.0-beta.4 (Build: 1.0.0.201912090756)

24 Dec 07:21
Compare
Choose a tag to compare

Build Number: 1.0.0.201912090756

Bug Fixes in this release

  • Ask a prompt to select IDF Path, python, and git during the "Install Tools" action
  • Fix for permission denied error during the build
  • Fix for launch config file doesn't appear after import - updated OpenOCD Configuration file

Updating

Installing IDF Plugins using the update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins from Local:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v999-38-g7360fdc2.zip

Documentation

Documentation for release v1.0.0-beta.4
https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md#espressif-idf-eclipse-plugins

ESP-IDF Programming Guide
https://docs.espressif.com/projects/esp-idf/en/latest/

idf-eclipse-plugin-v1.0.0-beta.3

11 Nov 11:58
Compare
Choose a tag to compare
Pre-release

Bug Fixes in this release

  • Fix for sdkconfig editor launch issue in Windows OS
  • Fix for sdkconfig editor vertical scrollbar issue
  • Fix for NPE during cmake toolchain configuration
  • Added JSON Configuration server console while launching sdkconfig editor
  • Increased the default timeout for sdkconfig editor launch to 200sec
  • Provision to set -Dsdkconfig.timeout vm argument (can be configured in eclipse.ini file)
  • Updated documentation

Updating

Installing IDF Plugins using the update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins from Local:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v999-24-g120495da.zip

Documentation

Documentation for release v1.0.0-beta.3
https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md#espressif-idf-eclipse-plugins

ESP-IDF Programming Guide
https://docs.espressif.com/projects/esp-idf/en/latest/