Skip to content

Commit 9867800

Browse files
committed
openocd: Pull in sleeping target flash failure fix
This commit pulls in the fix for the OpenOCD failing to flash a target when the target is in sleep state. Note that this is only a workaround until the Zephyr-side OpenOCD configurations are updated to fundamentally fix this issue -- refer to the linked OpenOCD commit message for more details. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 8a02e1d commit 9867800

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 = "42b6471c1f6c3236ec762e9a4fde62c84ab6861d"
9+
SRCREV = "c5c47943dbd036079d96fe49ea9092f78abec427"
1010

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

0 commit comments

Comments
 (0)