14
0
forked from pool/python-pyOCD

- 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
This commit is contained in:
Tomáš Chvátal
2019-09-10 12:49:31 +00:00
committed by Git OBS Bridge
parent 5bbeaaea52
commit 42e965ce22
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 10 12:47:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>