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
555 stars 129 forks source link

Reorganise ToolchainDefinitions with abstract common part #389

Closed ilg-ul closed 4 years ago

ilg-ul commented 4 years ago

The Arm and RISC-V toolchain definitions should remain separate classes because they include static lists, but they share a common part, which can be moved to a common parent class.

ilg-ul commented 4 years ago

Fixed in 2020-07-21.