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

Fix NPE in CProjectAttributes.getCmsisDeviceVariantName() #476

Closed flit closed 3 years ago

flit commented 3 years ago

The NPE happened when I created a new J-Link launch config for a project which does not have a CMSIS device selected.

ilg-ul commented 3 years ago

Oops, this bug was introduced recently, when I added support for device variants.

Thank you!