From b682456e8e74dbbccb3e709b7838a8475902c00c Mon Sep 17 00:00:00 2001 From: Arnav Gupta Date: Tue, 10 Feb 2015 03:54:48 +0530 Subject: [PATCH] saveHex: rename recipe.hex -> recipe.output Signed-off-by: Arnav Gupta --- platform.txt | 4 ++-- 1 file 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"