diff options
author | Arnav Gupta <championswimmer@gmail.com> | 2015-02-10 04:31:51 +0530 |
---|---|---|
committer | Arnav Gupta <championswimmer@gmail.com> | 2015-02-10 04:31:51 +0530 |
commit | 772b40df74188622313906d9f21ced0d16a0c301 (patch) | |
tree | 486f5a965c5cd2d47eb80ad84963b4d47950a237 /platform.txt | |
parent | 17ad4fe5ef79ca4823fb57ce363de05a73620bf1 (diff) |
rename hex -> output
using generic term 'output', because for samx32,
output is .bin format and not .hex
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
Diffstat (limited to 'platform.txt')
-rw-r--r-- | platform.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform.txt b/platform.txt index 8347746..04499b0 100644 --- a/platform.txt +++ b/platform.txt @@ -65,7 +65,7 @@ recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.f recipe.objcopy.eep.pattern="{compiler.path}{compiler.objcopy.cmd}" {compiler.objcopy.eep.flags} {compiler.objcopy.eep.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.eep" ## Create hex -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" +recipe.objcopy.output.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" ## Compute size recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf" |