Merge pull request #16404 from aabadie/pr/makefiles/update_programmer_vars_comment
makefiles/vars.inc.mk: update USE_PROGRAMMER_WRAPPER_SCRIPT comment
This commit is contained in:
commit
399eb85d28
@ -5,7 +5,7 @@ ifeq (0,$(PROGRAMMER_QUIET))
|
|||||||
PROGRAMMER_VERBOSE_OPT ?= --verbose
|
PROGRAMMER_VERBOSE_OPT ?= --verbose
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Don't use the programmer wrapper
|
# Don't use the programmer wrapper by default
|
||||||
USE_PROGRAMMER_WRAPPER_SCRIPT ?= 0
|
USE_PROGRAMMER_WRAPPER_SCRIPT ?= 0
|
||||||
|
|
||||||
ifeq (1,$(USE_PROGRAMMER_WRAPPER_SCRIPT))
|
ifeq (1,$(USE_PROGRAMMER_WRAPPER_SCRIPT))
|
||||||
|
|||||||
@ -109,7 +109,7 @@ export HEXFILE # The 'intel hex' stripped result of the compilatio
|
|||||||
# PROGRAMMERS_SUPPORTED # The list of programmers supported by a board
|
# PROGRAMMERS_SUPPORTED # The list of programmers supported by a board
|
||||||
# PROGRAMMER_QUIET # Change verbosity of programmer output (only used with flash and reset targets).
|
# PROGRAMMER_QUIET # Change verbosity of programmer output (only used with flash and reset targets).
|
||||||
# Default is 1, not verbose. Use 0 to get normal programmer output.
|
# Default is 1, not verbose. Use 0 to get normal programmer output.
|
||||||
# USE_PROGRAMMER_WRAPPER_SCRIPT # Use the programmer wrapper Python script. Default is 1 (0 if RIOT_CI_BUILD is set).
|
# USE_PROGRAMMER_WRAPPER_SCRIPT # Use the programmer wrapper Python script. Default is 0 (wrapper not used).
|
||||||
|
|
||||||
|
|
||||||
export DLCACHE # directory used to cache http downloads
|
export DLCACHE # directory used to cache http downloads
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user