From bcec6b0c33e5b738252c5bc35e0d57a0071f529f Mon Sep 17 00:00:00 2001 From: kr rt Date: Mon, 7 Apr 2025 04:05:25 +0300 Subject: [PATCH] fix --- flash_uploader.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash_uploader.mk b/flash_uploader.mk index 84aee9b..e1c88be 100644 --- a/flash_uploader.mk +++ b/flash_uploader.mk @@ -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