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

makefiles/vars.inc.mk: update documentation for HEXFILE

HEXFILE is not overwritten to be sometimes a '.bin' file anymore.
Its format can now be documented as an 'intel hex' file.
This commit is contained in:
Gaëtan Harter 2019-03-01 15:29:57 +01:00
parent 9f20c8a057
commit 065f85cf47
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -76,7 +76,7 @@ export FLASH_ADDR # Define an offset to flash code into ROM memory.
# TERMFLAGS # Additional parameters to supply to TERMPROG.
export PORT # The port to connect the TERMPROG to.
export ELFFILE # The unstripped result of the compilation.
export HEXFILE # The stripped result of the compilation.
export HEXFILE # The 'intel hex' stripped result of the compilation.
# FLASHFILE # The output file used for flashing (transition phase: only if defined)
# DEBUGGER # The command to call on "make debug", usually a script starting the GDB front-end.
# DEBUGGER_FLAGS # The parameters to supply to DEBUGGER.