From 7f95e1ce843149e5af1525ffb76d88671f73d52e Mon Sep 17 00:00:00 2001 From: Megan Wachs Date: Tue, 18 Apr 2017 17:24:10 -0700 Subject: [PATCH] bump OpenOCD version --- debug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/Makefile b/debug/Makefile index 1916bda..9b36e54 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -2,7 +2,7 @@ RISCV_SIM ?= spike XLEN ?= 64 OPENOCD_INSTALL ?= $(abspath .)/openocd-install -OPENOCD_VERSION = 860b42a3c4f6aa37d8d4fe50a71000b7cff66b85 +OPENOCD_VERSION = d8683119c0a1aa88320c7a6d4f0d6f63a5f976c5 OPENOCD_DIR = $(OPENOCD_INSTALL)_$(OPENOCD_VERSION)/ -- 2.30.2