diff options
author | Paul Selkirk <paul@psgd.org> | 2016-03-21 16:09:32 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-03-21 16:09:32 -0400 |
commit | 785863c1166224a234d6dc1f5035fb7f3f77efe6 (patch) | |
tree | 566e4686e143d516cf9325234ab3ac97907708c4 /bin/debug | |
parent | 533898d765397abb07be72d7c394a8908157ad8c (diff) |
Back to using DISCO board for ST-LINK operations.
Diffstat (limited to 'bin/debug')
-rwxr-xr-x | bin/debug | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ PROJ="${1?'project'}" OPENOCD=openocd OPENOCD_BOARD_DIR=/usr/share/openocd/scripts/board -#OPENOCD_PROC_FILE=stm32f4discovery.cfg -OPENOCD_PROC_FILE=st_nucleo_f4.cfg +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 |