This commit is contained in:
kr rt 2025-04-07 04:05:25 +03:00
parent c9747bc8c8
commit bcec6b0c33

View File

@ -43,6 +43,6 @@ gdb: $(ELF)
openocd -f $(OPEN_OCD_PROGRAMMER_CFG) \
-f $(OPEN_OCD_MK_CFG) \
-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)' \
&& killall openocd