Skip to content

v1.1.0

Latest

Choose a tag to compare

@jreineckearm jreineckearm released this 11 Sep 14:15
· 24 commits to main since this release
cc6287f

What's Changed

  • Implements #443: Show CPU execution time (from connection start and between breakpoints).
  • Fixes #159: Documentation updates - GDB sets off assertion when debugging with NUCLEO-F746ZG.
  • Fixes #374: Documentation updates - Disassembly view interleaved with source code.
  • Fixes #439: Peripheral Inspector receives wrong SVD file path for secondary core of a multi-core connection.
  • Updates included pyOCD distribution to v0.39.0
    • Set debugger protocol based on information from *.cbuild-run.yml file.
    • Fixes #370:
      • Improve error messages for JTAG/SWD protocol errors.
      • Improve handling of attaching probe while pyOCD is waiting.
    • Fixes #435: Increase number of transfer retries after WAIT response.
    • Fixes #461: Unable to use GD-Link programmer in version 1.0.0. Fixes support for USB HID based probes without serial number.
    • Fixes #472: Stop pyOCD if *.cbuild-run.yml file is missing.
    • Fixes #473: Show warning when packs required by *.cbuild-run.yml file are missing.
    • Fixes #504: pyOCD should extract file type from *.cbuild-run.yml descriptions.
    • Fixes semihosting support: Fix read when no data is available.

Full Changelog: v1.0.0...v1.1.0