diff options
author | Arnav Gupta <championswimmer@gmail.com> | 2015-02-10 03:54:48 +0530 |
---|---|---|
committer | Federico Fissore <f.fissore@arduino.cc> | 2015-05-07 11:57:12 +0200 |
commit | b682456e8e74dbbccb3e709b7838a8475902c00c (patch) | |
tree | 9c712259c2a0cdcf41b21898b0bd78ea7c706c1a | |
parent | 8d9613bc9547eb13f82f1883caa5a2803657d251 (diff) |
saveHex: rename recipe.hex -> recipe.output
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
-rw-r--r-- | platform.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform.txt b/platform.txt index f4abb2a..b3c9986 100644 --- a/platform.txt +++ b/platform.txt @@ -72,8 +72,8 @@ recipe.objcopy.eep.pattern="{compiler.path}{compiler.objcopy.cmd}" {compiler.obj recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flags} {compiler.elf2hex.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.hex" ## Save hex -recipe.hex.tmp_file={build.project_name}.hex -recipe.hex.save_file={build.project_name}.{build.variant}.hex +recipe.output.tmp_file={build.project_name}.hex +recipe.output.save_file={build.project_name}.{build.variant}.hex ## Compute size recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf" |