From ef398520483c6b2070efba8f6ed084bb236add7de8151e99f2de966291bb30e4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Oct 2025 11:55:36 +0000 Subject: [PATCH] - update to 0.39.0: * CMSIS-Toolbox Run and Debug Management integration: * Set debugger protocol based on information from `*.cbuild- run.yml` file * Set output file type based on information from `*.cbuild- run.yml` file * Raise critical error if `*.cbuild-run.yml` file path is invalid * Show warning when packs required by`*.cbuild-run.yml` file are missing * Improve TransferError Exception messages to be more descriptive * Increase number of transfer retries after WAIT response * Probe: more reliable probe detection when probe is connected after pyOCD is started - update to 0.38.0: * Add CoreSight AP specific CSW handling for AHB-AP, AXI-AP, APB-AP * Add more debug logging information for `cbuild-run` targets * Add support for SW breakpoints when cache is present * Cortex-M: configure AP for cacheable access when cache is present * Flash algorithms: relax memory layout rules and add RAM alignment and minimum stack size checking - update to 0.37.0: * With this release, Python 3.7 is no longer supported. The minimum Python version is now 3.8.0. * CMSIS-Toolbox Run and Debug Management integration: * add a `--cbuild-run` option across subcommands * select target based on `cbuild-run` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOCD?expand=0&rev=16 --- pyocd-0.36.0.tar.gz | 3 --- pyocd-0.39.0.tar.gz | 3 +++ python-pyOCD.changes | 43 +++++++++++++++++++++++++++++++++++++++++++ python-pyOCD.spec | 6 +++--- 4 files changed, 49 insertions(+), 6 deletions(-) delete mode 100644 pyocd-0.36.0.tar.gz create mode 100644 pyocd-0.39.0.tar.gz diff --git a/pyocd-0.36.0.tar.gz b/pyocd-0.36.0.tar.gz deleted file mode 100644 index 13b7822..0000000 --- a/pyocd-0.36.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:937782acc9daff054d50fb7c6f788cd94a84f80f0b85f25aacab99dc98228648 -size 15571415 diff --git a/pyocd-0.39.0.tar.gz b/pyocd-0.39.0.tar.gz new file mode 100644 index 0000000..18718b2 --- /dev/null +++ b/pyocd-0.39.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa4bf224229a16ba6d213deba2889331c332188fd4316d942f80629689cb03b +size 16120819 diff --git a/python-pyOCD.changes b/python-pyOCD.changes index 16e9f1f..53f93ce 100644 --- a/python-pyOCD.changes +++ b/python-pyOCD.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Oct 10 11:54:45 UTC 2025 - Dirk Müller + +- update to 0.39.0: + * CMSIS-Toolbox Run and Debug Management integration: + * Set debugger protocol based on information from `*.cbuild- + run.yml` file + * Set output file type based on information from `*.cbuild- + run.yml` file + * Raise critical error if `*.cbuild-run.yml` file path is + invalid + * Show warning when packs required by`*.cbuild-run.yml` file + are missing + * Improve TransferError Exception messages to be more + descriptive + * Increase number of transfer retries after WAIT response + * Probe: more reliable probe detection when probe is connected + after pyOCD is started +- update to 0.38.0: + * Add CoreSight AP specific CSW handling for AHB-AP, AXI-AP, + APB-AP + * Add more debug logging information for `cbuild-run` targets + * Add support for SW breakpoints when cache is present + * Cortex-M: configure AP for cacheable access when cache is + present + * Flash algorithms: relax memory layout rules and add RAM + alignment and minimum stack size checking +- update to 0.37.0: + * With this release, Python 3.7 is no longer supported. The + minimum Python version is now 3.8.0. + * CMSIS-Toolbox Run and Debug Management integration: + * add a `--cbuild-run` option across subcommands + * select target based on `cbuild-run` + * debugger-clock setting from `cbuild-run` + * default memory map + * primary-core and GDB server port selection based on `cbuild- + run` + * GDB server: + * add option for stetting soft breakpoints as hard + * add option for resetting and running the target without + halting + * stricter `qC` command handling (@tlyu) + ------------------------------------------------------------------- Mon Nov 11 21:01:24 UTC 2024 - Dirk Müller diff --git a/python-pyOCD.spec b/python-pyOCD.spec index fc95460..4842c3d 100644 --- a/python-pyOCD.spec +++ b/python-pyOCD.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyOCD # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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,11 +17,11 @@ Name: python-pyOCD -Version: 0.36.0 +Version: 0.39.0 Release: 0 Summary: CMSIS-DAP debugger for python License: Apache-2.0 -URL: https://github.com/mbedmicro/pyOCD +URL: https://github.com/pyocd/pyOCD Source: https://files.pythonhosted.org/packages/source/p/pyocd/pyocd-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm}