Skip to content

v1.0.4

Compare
Choose a tag to compare
@flit flit released this 10 Apr 19:15
· 14 commits to main since this release
38c4ee2

Fixes

  • Fixed AttributeError raised when the underlying pypemicro package was updated to version 0.1.6. #2
  • Pinned the pypemicro package version so future updates cannot unexpectedly break pyocd.
  • Corrected how AP address fields (APSEL and the register address) are extracted and passed to the PEMicro library.
  • Added pyocd as a dependency.
  • Removed usage of the six package, and removed it from dependencies.