This commit is contained in:
kr rt 2025-02-19 06:45:07 +03:00
parent 316de71d9a
commit c9747bc8c8

View File

@ -44,5 +44,5 @@ gdb: $(ELF)
-f $(OPEN_OCD_MK_CFG) \
-c 'transport select hla_swd; reset_config none' &
arm-none-eabi-gdb $(ELF) \
-ex 'target remote localhost:$(OPENOCD_PORT); monitor reset halt' \
-ex 'target remote localhost:$(OPENOCD_PORT)' \
&& killall openocd