Skip to content

Commit 8bf589d

Browse files
committed
openocd: Pull in newer version for XDS110 reset issue
We need the workaround for the nSRST for TI CC13x2/CC26x2 platforms. Signed-off-by: Kumar Gala <[email protected]>
1 parent ea5ec8d commit 8bf589d

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-libraw"
99
SRC_URI = " \
1010
git://github.com/zephyrproject-rtos/openocd.git;protocol=https;nobranch=1 \
1111
"
12-
SRCREV = "1df07a9a442a3839e29a295e67bb057deb08f058"
12+
SRCREV = "3333261df1edf48571d6415e4383d7c78753eeed"
1313

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

0 commit comments

Comments
 (0)