eclipse-plugins
eclipse-plugins copied to clipboard
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.
De-entangle the CMSIS Packs perspective code from the packs UI code, and install it only if the CMSIS Packs feature is selected. Split from #487.
I've installed eclipse completely fresh. After creating a new debug configuration and starting it, eclipse show an error. openocd exited with (1). See openocd console for details. BUT the console...
The embedcdt plug-ins are quite close to warning free. I think a little push can get us there, or close enough to make it easish to tell there are warnings....
Due to historical reasons, the Eclipse projects used several build tools, initially as JDT only, later maven was added. As of now, projects have multiple natures: ```xml org.eclipse.m2e.core.maven2Nature org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature...
org.eclipse.embedcdt.core currently exports some classes/packages for use within embedcdt bundles. This can cause weird and terrible wiring errors. For example, if another bundle does Import-Package: org.json.simple they can get the...
The CMSIS-Pack plugin should use multithreaded downloads of PDSC files to update the index. For comparison, [cmsis-pack-manager](https://github.com/pyocd/cmsis-pack-manager/) can update the entire index (currently 695 packs) in less than 20 seconds,...
### Description CMSIS-Packs should be stored on disk in compressed form in order to reduce disk usage, which can be considerable if you have many packs installed. Ideally, files in...
This is a follow up of the [#352] pull request, and is part of the work to improve the project templates.
In CDT 10 there were several changes that affected the Hardware GDB API: > From: Marc-Andre Laperle > Subject: Re: [embed-cdt-dev] maven build > Date: 8 November 2020 at 01:01:40...
I have an existing project that was just imported in eclipse 20. When trying to start a debug session I get the ``${cross_prefix}gdb${cross_suffix}`` not found error and if I insert...