Skip to content

Commit c7cb5f9

Browse files
committed
Add 'make gdb' target
1 parent fe5cbd8 commit c7cb5f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,9 @@ gdbflash: $(BUILD)/$(MERGED_FNAME).hex
351351
@echo Flashing: $<
352352
@$(GDB_BMP) -nx --batch -ex 'load $<' -ex 'compare-sections' -ex 'kill'
353353

354+
gdb: $(BUILD)/$(OUTPUT_FILENAME)-nosd.out
355+
$(GDB_BMP) $<
356+
354357
#******************* Compile rules *******************
355358

356359
## Create build directories

0 commit comments

Comments
 (0)