We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5cbd8 commit c7cb5f9Copy full SHA for c7cb5f9
Makefile
@@ -351,6 +351,9 @@ gdbflash: $(BUILD)/$(MERGED_FNAME).hex
351
@echo Flashing: $<
352
@$(GDB_BMP) -nx --batch -ex 'load $<' -ex 'compare-sections' -ex 'kill'
353
354
+gdb: $(BUILD)/$(OUTPUT_FILENAME)-nosd.out
355
+ $(GDB_BMP) $<
356
+
357
#******************* Compile rules *******************
358
359
## Create build directories
0 commit comments