diff --git a/pyocd-0.40.0.tar.gz b/pyocd-0.40.0.tar.gz deleted file mode 100644 index 45a6281..0000000 --- a/pyocd-0.40.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:927442600ae76c2effaaa0f92848a087260f7f7ae2a2f57125a4e6b7da1e7638 -size 16123688 diff --git a/pyocd-0.42.0.tar.gz b/pyocd-0.42.0.tar.gz new file mode 100644 index 0000000..db706e3 --- /dev/null +++ b/pyocd-0.42.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1aa757dc80066ed570466390f77a5e53f394d0a3d065a82ae7d8f4ea6b240b5 +size 16135838 diff --git a/python-pyOCD.changes b/python-pyOCD.changes index cb4877e..fd6cddf 100644 --- a/python-pyOCD.changes +++ b/python-pyOCD.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Mon Jan 26 08:22:11 UTC 2026 - Dirk Müller + +- update to 0.42.0: + * `run` subcommand: + * Introduce a new `run` subcommand capable of running targets + until a time limit or EOT (suited for CI/CD workflows) + * Supports semihosting console output/input and SWV output + * Standard I/O routing: + * Add new abstraction layer to unify STDIO routing for each + core + * Routing support for `console`, `telnet`, `file` and `off` + * >Note: Currently only output is supported + * CMSIS-Toolbox Run and Debug Management integration: + * Add configuration layer in session options, which sits below + command line arguments + * Disable `*.cbuild-run.yml` processing if the + `target_override` option is set + * Improve port assignment logic for multi-core GDBServer and + telnet configurations + * Add processing for `connect` mode configuration + * Add processing for `pre-reset` and `post-reset` options in + `load-setup` configuration + * Improve error messages for missing or invalid `*.cbuild- + run.yml` file + * Improve checking for required files + * Raise a warning instead of an error for missing SVD files + * Load SVD files only when available and when used by the + subcommand + * Flash programming: + * Add new session options for configuring `pre-reset` and + `post-reset` type in `load` subcommand + * Relax flash algorithm requirement to require only RO section + * Update Zephyr thread state definitions to match modern + versions (@mathieuchopstm) + * CoreSight and Cortex-M: + * Add support for Cortex-M52 and Star-MC3 based devices (@Liu- + Gu) + * Skip adding cores not described in the debug topology while + retaining direct AP access +- update to 0.41.0: + * Probe: + * Enable STLINK-V3PWR probe + * Fix RTOS support for Zephyr (thread detection) + * Improve robustness of HID read thread + ------------------------------------------------------------------- Tue Nov 11 23:44:17 UTC 2025 - Dirk Müller diff --git a/python-pyOCD.spec b/python-pyOCD.spec index 4899c78..f178ea2 100644 --- a/python-pyOCD.spec +++ b/python-pyOCD.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyOCD # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-pyOCD -Version: 0.40.0 +Version: 0.42.0 Release: 0 Summary: CMSIS-DAP debugger for python License: Apache-2.0