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

Accept compressed SVD files #465

Closed ilg-ul closed 3 years ago

ilg-ul commented 3 years ago

To minimise the size of future device specific xPacks, accept compressed SVD files (with ZIP).

ilg-ul commented 3 years ago

If file has the 'PK' signature, unzip it in the .cache folder, and proceed as before.

This should also works when passing the SVD file via the 'SVD Path' tab in the debug window.

ilg-ul commented 3 years ago

Fixed on 2020-12-21.