From c9747bc8c81ac2a6c8c0767b0ee0569dae65c1d4 Mon Sep 17 00:00:00 2001 From: kr rt Date: Wed, 19 Feb 2025 06:45:07 +0300 Subject: [PATCH] gdb fix --- flash_uploader.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash_uploader.mk b/flash_uploader.mk index 2631135..84aee9b 100644 --- a/flash_uploader.mk +++ b/flash_uploader.mk @@ -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