Skip to content

Commit 2c4f456

Browse files
committed
openocd: Pull in ARC debug issue fix
This commit pulls in the OpenOCD patch that fixes the debug errors seen with the ARC platforms. Note that this patch disables the ARC_SEC core support for the ARC platforms (see zephyrproject-rtos/openocd#53 and foss-for-synopsys-dwc-arc-processors/openocd#51). Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 27dda9c commit 2c4f456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-zephyr-sdk/recipes-hosttools/openocd/openocd_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RDEPENDS_${PN} = "libusb1 hidapi"
66
SRC_URI = " \
77
git://github.com/zephyrproject-rtos/openocd.git;protocol=https;nobranch=1 \
88
"
9-
SRCREV = "c5c47943dbd036079d96fe49ea9092f78abec427"
9+
SRCREV = "e2b6f5655e2ccd354fb8c7d0f53b93f4cb42a4f4"
1010

1111
S = "${WORKDIR}/git"
1212

0 commit comments

Comments
 (0)