Skip to content

v0.34.2

Compare
Choose a tag to compare
@flit flit released this 23 Oct 21:43
· 179 commits to main since this release
v0.34.2
2ad5fd0

v0.34.2 on PyPI

Fixes

  • Cortex-M: Fix emulated reset and halt.
  • NXP LPC55xx: Correct family regex for using family class with LPC55xx CMSIS-Packs.
  • NXP LPC800, LPC824: Do not set SP and PC in reset_and_halt(). (Thanks @Hoohaha)
  • CMSIS-Pack: Use PDSC-relative path for resource files, fixes #1460 (Thanks @imi415)
  • Options: Correct name of enable_multicore_debug in option definitions. (Thanks @YixingShen)
  • Commands: fix typo in rmwatch. (Thanks @kkitayam)
  • CMSIS-DAP: Fix index error processing reply to DapJtagSequence with read_tdo=0. (Thanks @kkitayam)
  • CoreSight DAP: Fix JTAG initialization sequence for CMSIS-DAP. (Thanks @kkitayam)
  • Nordic nRF52: Ensure core discovery after mass erase on locked targets. (Thanks @brathis)

Full Changelog: v0.34.1...v0.34.2