pyocd / cmsis-pack-manager

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

Python: change CmsisPackRef to format as pack file names. #182

Closed flit closed 2 years ago

flit commented 2 years ago

Use dots to separate pack reference components rather than "::".

theotherjimmy commented 2 years ago

For reference, I think this originally match the IDE. No need to worry about compatibility with that though I suppose.

flit commented 2 years ago

I was wondering about that. But I figured it wouldn't really matter, and using dots might be more useful since it matches how the .pack files are named.