Skip to content

v0.16.1

Compare
Choose a tag to compare
@flit flit released this 07 Feb 23:31
5e056ce

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 to pyocd.target.pack.cmsis_pack.