pyocd / cmsis-pack-manager

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

Fine grained download control and version status #165

Open flit opened 3 years ago

flit commented 3 years ago

Currently the only the entire set of PDSCs can be cached as a whole.

It would be very useful to have the abilities to separately:

The primary use case is to quickly check for new PDSCs and versions of already downloaded packs, and then download only those that are needed. Specifically, it would be highly useful if pyocd could quickly check for a new PDSC/pack, and potentially download it, when it is connecting to a target.