Skip to content

Commit 524d52f

Browse files
committed
meta-zephyr-sdk: openocd: Pull in Cyclone V SoC JTAG device order fix
This commit pulls in the OpenOCD patch that fixes the JTAG device order for the Intel Cyclone V SoC. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 540a809 commit 524d52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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 = "7e3dbbbe231903ca25e7f7a5a782a34111ccc8bd"
12+
SRCREV = "af169e805396e5f7ab926aa32ba293a618a894f7"
1313

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

0 commit comments

Comments
 (0)