pyocd / cmsis-pack-manager

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

Merge crates (pack-index, cmsis-update, pdsc, utils) #141

Closed mbrossard closed 4 years ago

mbrossard commented 4 years ago

Tentative PR for Unifying the crates

Fixes #130

mbrossard commented 4 years ago

Working around the PyYAML wheel issue. It seems there is work in progress to have PyYAML wheels for Linux and Mac (including 'arm64') not just Windows, see: https://github.com/yaml/pyyaml/pull/407