1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/vars.inc.mk: document PROGRAMMER_QUIET variable

This commit is contained in:
Alexandre Abadie 2021-02-09 18:00:57 +01:00
parent c181ba2fe4
commit a47bf12719
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -107,6 +107,10 @@ export HEXFILE # The 'intel hex' stripped result of the compilatio
# RESET_FLAGS # The parameters to supply to RESET.
# PROGRAMMER # The programmer to use when flashing, resetting or debugging
# 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).
export DLCACHE # directory used to cache http downloads
export DOWNLOAD_TO_FILE # Use `$(DOWNLOAD_TO_FILE) $(DESTINATION) $(URL)` to download `$(URL)` to `$(DESTINATION)`.