Skip to content

Commit 67d9f59

Browse files
committed
openocd: Pull in OpenOCD fixes
Pull in the following OpenOCD fixes: * tfc/target: stm32: Fix missing DBG clock on stm32g0/l0 * target/arc: implement dummy checksum_memory() Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 01fb905 commit 67d9f59

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

meta-zephyr-sdk/recipes-hosttools/openocd/openocd_0.10.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RDEPENDS_${PN} = "libusb1 hidapi"
99
SRC_URI = " \
1010
git://github.com/zephyrproject-rtos/openocd.git;protocol=https;nobranch=1 \
1111
"
12-
SRCREV = "7036ed509aa7297262eb7b91062e849bedcfed39"
12+
SRCREV = "7e3dbbbe231903ca25e7f7a5a782a34111ccc8bd"
1313

1414
S = "${WORKDIR}/git"
1515

release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
* Update xilinx qemu to 5.1.0
1414
* Added Xilinx MicroBlaze little endian emulation
1515

16+
- openocd:
17+
* Fixed missing DBG clock on STM32G0/L0.
18+
* Fixed image verification for ARC.
19+
1620
## Zephyr SDK 0.13.1
1721
- gdb:
1822
* Fix ELF file format support issue on MacOS

0 commit comments

Comments
 (0)