v0.16.1
Fixes
- Addressed a case where the USB device product name could be returned as bytes by hidapi instead of a string.
- Fixed
to_str_safe()
on Python 2 with non-ASCII characters. - Fixed Python 2 incompatibility in CMSIS DFP family matching.
Changes
- A little refactoring of some code in the
CmsisPack
class. - Renamed
pyocd.target.pack.pack
topyocd.target.pack.cmsis_pack
.