pyocd / cmsis-pack-manager

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

Custom pack URLs #138

Open flit opened 4 years ago

flit commented 4 years ago

Microchip publishes packs at https://packs.download.microchip.com/ It would be awesome to support these packs, or other custom urls.

Copied from mbedmicro/pyOCD#823.

theotherjimmy commented 4 years ago

You should already be able to do that by adding the pack index url into a config file. I forget where it's stored, something ending with .list IIRC.