From 42e965ce2288203b0efce9b1bce70e47547df142808c68c50164d39d6079fef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 12:49:31 +0000 Subject: [PATCH] - Update to 0.22.0: * Fixed regression with Cypress PSoC6 targets (#680) and merged in cumulative PSoC6 updates from Cypress. * Resolved a number of issues (but not all) with NXP LPC55S69. * Update ST NUCLEO-H743ZI. * Correct the wrong part number for MIMXRT1064-EVK board. * Correct part number for ST NUCLEO-WB55RG board. * Fix location of input data for flash algorithms in STM32F412xx target. * Address an issue with the built-in target STM32L031x6 by disabling double buffered flash programming. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOCD?expand=0&rev=8 --- pyocd-0.21.0.tar.gz | 3 --- pyocd-0.22.0.tar.gz | 3 +++ python-pyOCD.changes | 12 ++++++++++++ python-pyOCD.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 pyocd-0.21.0.tar.gz create mode 100644 pyocd-0.22.0.tar.gz diff --git a/pyocd-0.21.0.tar.gz b/pyocd-0.21.0.tar.gz deleted file mode 100644 index f3cc0ec..0000000 --- a/pyocd-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8feff708653995b427f52a297b54d699c469d4274bc71d0d0659b4ed652ffa88 -size 6734650 diff --git a/pyocd-0.22.0.tar.gz b/pyocd-0.22.0.tar.gz new file mode 100644 index 0000000..88133d6 --- /dev/null +++ b/pyocd-0.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522e1af3529efb2609286d29f755c81343d8f33cd4b3c766761195d44a348f4e +size 6784426 diff --git a/python-pyOCD.changes b/python-pyOCD.changes index 45a6d5b..319388a 100644 --- a/python-pyOCD.changes +++ b/python-pyOCD.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 10 12:47:32 UTC 2019 - Tomáš Chvátal + +- Update to 0.22.0: + * Fixed regression with Cypress PSoC6 targets (#680) and merged in cumulative PSoC6 updates from Cypress. + * Resolved a number of issues (but not all) with NXP LPC55S69. + * Update ST NUCLEO-H743ZI. + * Correct the wrong part number for MIMXRT1064-EVK board. + * Correct part number for ST NUCLEO-WB55RG board. + * Fix location of input data for flash algorithms in STM32F412xx target. + * Address an issue with the built-in target STM32L031x6 by disabling double buffered flash programming. + ------------------------------------------------------------------- Tue Jul 23 10:48:33 UTC 2019 - Tomáš Chvátal diff --git a/python-pyOCD.spec b/python-pyOCD.spec index e131da7..162eb8a 100644 --- a/python-pyOCD.spec +++ b/python-pyOCD.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyOCD -Version: 0.21.0 +Version: 0.22.0 Release: 0 Summary: CMSIS-DAP debugger for python License: Apache-2.0