pyocd / cmsis-pack-manager

A Rust and Python module for handling CMSIS Pack files
Apache License 2.0
25 stars 33 forks source link

the pdsc parser doesn't handle families well #200

Open wt opened 1 year ago

wt commented 1 year ago

The pdsc does nothing to part the elements of the famly tag under the package/devices tag. This means that things like the debugconfig and sequences are not available via parsing. It would be pretty awesome to parse the families more fully.

It looks like the builder suffers similarly and doesn't know how to build a pdsc with multiple families.