We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fb905 commit 67d9f59Copy full SHA for 67d9f59
meta-zephyr-sdk/recipes-hosttools/openocd/openocd_0.10.0.bb
@@ -9,7 +9,7 @@ RDEPENDS_${PN} = "libusb1 hidapi"
9
SRC_URI = " \
10
git://github.com/zephyrproject-rtos/openocd.git;protocol=https;nobranch=1 \
11
"
12
-SRCREV = "7036ed509aa7297262eb7b91062e849bedcfed39"
+SRCREV = "7e3dbbbe231903ca25e7f7a5a782a34111ccc8bd"
13
14
S = "${WORKDIR}/git"
15
release-notes.md
@@ -13,6 +13,10 @@
* Update xilinx qemu to 5.1.0
* Added Xilinx MicroBlaze little endian emulation
16
+- openocd:
17
+ * Fixed missing DBG clock on STM32G0/L0.
18
+ * Fixed image verification for ARC.
19
+
20
## Zephyr SDK 0.13.1
21
- gdb:
22
* Fix ELF file format support issue on MacOS
0 commit comments