File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
dist/tools/PyCortexMDebug Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Automating Loading of Correct SVD File
1616---------------------------------------
1717
1818If ` SVD_MODEL ` and ` SVD_VENDOR ` are declared, the build system will inject
19- an ` svd_load $(SVD_MODEL) $(SVD_VENDOR) ` command into GDB, so that uses don't
19+ an ` svd_load $(SVD_MODEL) $(SVD_VENDOR) ` command into GDB, so that users don't
2020need to call that themselves.
2121
2222Ideally, those variables are provided in ` cpu/$(CPU)/Makefile.include `
Original file line number Diff line number Diff line change 5656
5757ifneq (,$(DBG_EXTRA_FLAGS ) )
5858 # Export OPENOCD_DBG_EXTRA_CMD only to the flash/flash-only target
59- $(call target-export-variables,$(JLINK_DEBUG_TARGETS),DBG_EXTRA_FLAGS )
59+ $(call target-export-variables,$(JLINK_DEBUG_TARGETS),DBG_EXTRA_FLAGS)
6060endif
Original file line number Diff line number Diff line change 8282
8383ifneq (,$(DBG_EXTRA_FLAGS ) )
8484 # Export OPENOCD_DBG_EXTRA_CMD only to the flash/flash-only target
85- $(call target-export-variables,$(OPENOCD_DEBUG_TARGETS),DBG_EXTRA_FLAGS )
85+ $(call target-export-variables,$(OPENOCD_DEBUG_TARGETS),DBG_EXTRA_FLAGS)
8686endif
8787
8888OPENOCD_FLASH_TARGETS = flash flash-only flashr
You can’t perform that action at this time.
0 commit comments