eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
554 stars 130 forks source link

Embed CDT description missing pyOCD plugin #477

Closed flit closed 3 years ago

flit commented 3 years ago

The description of the Embedded CDT package on eclipse.org is missing the pyOCD plugin. This description also appears in the Eclipse Installer.

The current text is: "It includes managed cross build plug-ins (Arm and RISC-V) and debug plug-ins (SEGGER J-Link, OpenOCD, and QEMU), plus a number of templates to create ready to run blinky projects. "

This should be updated to: "…debug plug-ins (SEGGER J-Link, OpenOCD, pyOCD, and QEMU)…"

ilg-ul commented 3 years ago

Fixed: https://git.eclipse.org/r/c/epp/org.eclipse.epp.packages/+/174506

However it'll be effective starting with 2021-03.

flit commented 3 years ago

Thanks a lot!