From df9cfe6c9aff85413693fec166338265e6b558c9 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 19 Mar 2017 16:47:08 -0400 Subject: [PATCH] reviving openocd debugging --- misc/install/run_openocd.bat | 5 +++++ misc/openocd/run_openocd.bat | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 misc/install/run_openocd.bat delete mode 100644 misc/openocd/run_openocd.bat diff --git a/misc/install/run_openocd.bat b/misc/install/run_openocd.bat new file mode 100644 index 0000000000..7ddeb38d57 --- /dev/null +++ b/misc/install/run_openocd.bat @@ -0,0 +1,5 @@ +rem if you have an older Rev C discovery please update to latest Rev D firmware + +rem As of March 2017 this enabled GDB debugging using ARM Eclipse plug-in + +openocd\openocd.exe -f openocd/stm32f429disc1.cfg -c init -c reset diff --git a/misc/openocd/run_openocd.bat b/misc/openocd/run_openocd.bat deleted file mode 100644 index 3cd9cff6a7..0000000000 --- a/misc/openocd/run_openocd.bat +++ /dev/null @@ -1,3 +0,0 @@ -rem if you have an older Rev C discovery please update to latest Rev D firmware - -openocd-0.8.0 -f interface/stlink-v2.cfg -f target/stm32f4x_stlink.cfg -c init -c reset