From c2832e79f6cf953206f66bcc1617e002cafbfd79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Sat, 11 Mar 2017 15:27:29 +0100 Subject: [PATCH] relative path for openocd script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6219d87..4ba55e5 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,4 @@ load: $(TARGET) openocd -f openocd.conf -c "program $(TARGET) verify reset" -c "shutdown" debug: - DBG=arm-none-eabi-gdb OPENOCD_CONFIG=openocd.conf ELFFILE=./target/thumbv7em-none-eabi/debug/tivarust openocd.sh debug + DBG=arm-none-eabi-gdb OPENOCD_CONFIG=openocd.conf ELFFILE=./target/thumbv7em-none-eabi/debug/tivarust ./openocd.sh debug