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* vars

This commit is contained in:
Alexandre Abadie 2021-02-11 15:21:45 +01:00
parent 5b77361cc4
commit a1118c2e19
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -105,6 +105,8 @@ export HEXFILE # The 'intel hex' stripped result of the compilatio
# DEBUGSERVER_FLAGS # The parameters to supply to DEBUGSERVER.
# RESET # The command to call on "make reset", this command resets/reboots the target.
# 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
export DLCACHE # directory used to cache http downloads
export DOWNLOAD_TO_FILE # Use `$(DOWNLOAD_TO_FILE) $(DESTINATION) $(URL)` to download `$(URL)` to `$(DESTINATION)`.