From b9cc9c27522499f91709d2ea6814692ed6131069 Mon Sep 17 00:00:00 2001 From: Megan Wachs Date: Tue, 18 Apr 2017 11:33:35 -0700 Subject: [PATCH] debug: Use RTOS OpenOCD for Spike for now. --- debug/targets/spike/openocd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/targets/spike/openocd.cfg b/debug/targets/spike/openocd.cfg index 5389da8..881d745 100644 --- a/debug/targets/spike/openocd.cfg +++ b/debug/targets/spike/openocd.cfg @@ -8,7 +8,7 @@ set _CHIPNAME riscv jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913 set _TARGETNAME $_CHIPNAME.cpu -target create $_TARGETNAME riscv -chain-position $_TARGETNAME +target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv gdb_report_data_abort enable -- 2.30.2