From 065f85cf47a80ed48863230133ba6894f37fd840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Fri, 1 Mar 2019 15:29:57 +0100 Subject: [PATCH] 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. --- makefiles/vars.inc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/vars.inc.mk b/makefiles/vars.inc.mk index 204db66733..726e45a2ac 100644 --- a/makefiles/vars.inc.mk +++ b/makefiles/vars.inc.mk @@ -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.