fix
This commit is contained in:
parent
c9747bc8c8
commit
bcec6b0c33
@ -43,6 +43,6 @@ gdb: $(ELF)
|
|||||||
openocd -f $(OPEN_OCD_PROGRAMMER_CFG) \
|
openocd -f $(OPEN_OCD_PROGRAMMER_CFG) \
|
||||||
-f $(OPEN_OCD_MK_CFG) \
|
-f $(OPEN_OCD_MK_CFG) \
|
||||||
-c 'transport select hla_swd; reset_config none' &
|
-c 'transport select hla_swd; reset_config none' &
|
||||||
arm-none-eabi-gdb $(ELF) \
|
arm-none-eabi-gdb $(ELF) -tui \
|
||||||
-ex 'target remote localhost:$(OPENOCD_PORT)' \
|
-ex 'target remote localhost:$(OPENOCD_PORT)' \
|
||||||
&& killall openocd
|
&& killall openocd
|
||||||
|
Loading…
Reference in New Issue
Block a user