Skip to content

v0.34.1

Compare
Choose a tag to compare
@flit flit released this 06 Jul 19:46
· 190 commits to main since this release
v0.34.1
9da9ec0

v0.34.1 on PyPI

Fixes

  • Options: Fix session option parsing for multi-type options (Thanks @svenuniku)
  • load subcommand: Correctly handle valid paths containing '@' characters. (Issue #1424.)
  • SWV: Fix error checking for a valid TPIU. This only affected systems where the TPIU could not be found. (One of the issues in #1368.)
  • gdbserver: Correct an exception caused by another handling another exception. (Issue #1387.)
  • gdbserver: Cleanly handle some corner cases of the qXfer commands.
  • gdbserver: Explicit check for read features annex being 'target.xml', and that the annex is empty for other objects. (Issue #1387.)
  • STLink: Fix broken non-word-aligned 8-bit transfers. (Fixes #1409.)
  • Boards: Correct the default target type for the MIMXRT1160-EVK board. (Fixes #1411.)
  • Packaging: Fix signed commit parse issue in setuptools_scm by requiring a newer version. (Fixes #1400.)
  • Packaging: Update the .gitarchival.txt template to support the built-in git archive support in setuptools_scm.
  • DFP: Address a failure to use DFP-based target types with a dash (or other non-alphanumeric characters) in their name.

Full Changelog: v0.34.0...v0.34.1