pyocd / cmsis-pack-manager

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

cmsis-cli: change app name to "cmsis-pack-manager" to match Python. #171

Closed flit closed 2 years ago

flit commented 2 years ago

If one were to run cmsis-cli and the Python tool (or pyocd) to update the index, two user data directories would be created. One called "cmsis-pack", created by cmsis-cli, and the other "cmsis-pack-manager" created by the Python code. This simple change fixes that so that both code bases use "cmsis-pack-manager".

mathias-arm commented 2 years ago

There is a similar change in #158