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 130 forks source link

Add support for device variants in board definitions #464

Closed ilg-ul closed 3 years ago

ilg-ul commented 3 years ago

Keil changed the STM43F4-Discovery board definition to use the STM32F407VGTx device variant instead of the STM32F407VG device, and the Setting page can no longer select the device.

ilg-ul commented 3 years ago

Device variants are now parsed from .pdsc files and stored in cache, which now has version 1.2 to force updates of existing files.

The value can be used in TabDevices, are stored in in .cproject, and passed to J-Link.

ilg-ul commented 3 years ago

Fixed on 2020-12-21.