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:
Alexandre Abadie 2021-04-28 10:52:38 +02:00 committed by GitHub
commit 399eb85d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ifeq (0,$(PROGRAMMER_QUIET))
PROGRAMMER_VERBOSE_OPT ?= --verbose
endif
# Don't use the programmer wrapper
# Don't use the programmer wrapper by default
USE_PROGRAMMER_WRAPPER_SCRIPT ?= 0
ifeq (1,$(USE_PROGRAMMER_WRAPPER_SCRIPT))

View File

@ -109,7 +109,7 @@ export HEXFILE # The 'intel hex' stripped result of the compilatio
# PROGRAMMERS_SUPPORTED # The list of programmers supported by a board
# 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.
# 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