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:
parent
9f20c8a057
commit
065f85cf47
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user