Open-CMSIS-Pack / svd-spec

CMSIS-SVD Specification
https://open-cmsis-pack.github.io/svd-spec/main/index.html
Apache License 2.0
5 stars 6 forks source link

CMSIS SVD 2.0 proposal #13

Open tarek-bochkati opened 5 months ago

tarek-bochkati commented 5 months ago

Fixes #5 Fixes #6

tarek-bochkati commented 4 months ago

FYI, this PR is split to 3 commits

what is remaining is the support in svdconv and the tool to convert SVD v2 to v1

tannewt commented 3 months ago

I'd rather not see SVD files split apart. Doing so makes it harder to load a complete view of the system and it's also harder to manage the files because you must keep more than one file together on the file system.

It seems the only benefit is reducing file size but compression can achieve this without requiring loading multiple files.