aboutsummaryrefslogtreecommitdiff
path: root/bin/debug
diff options
context:
space:
mode:
Diffstat (limited to 'bin/debug')
-rwxr-xr-xbin/debug4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/debug b/bin/debug
index 983b9bb..2cdda7b 100755
--- a/bin/debug
+++ b/bin/debug
@@ -3,7 +3,9 @@
PROJ="${1?'project'}"
OPENOCD=openocd
-OPENOCD_PROC_FILE=/usr/share/openocd/scripts/board/st_nucleo_f401re.cfg
+OPENOCD_BOARD_DIR=/usr/share/openocd/scripts/board
+#OPENOCD_PROC_FILE=stm32f4discovery.cfg
+OPENOCD_PROC_FILE=st_nucleo_f4.cfg
$OPENOCD -f $OPENOCD_BOARD_DIR/$OPENOCD_PROC_FILE &
GDB=arm-none-eabi-gdb