Skip to content

Commit b682456

Browse files
championswimmerFederico Fissore
authored and
Federico Fissore
committed
saveHex: rename recipe.hex -> recipe.output
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
1 parent 8d9613b commit b682456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ recipe.objcopy.eep.pattern="{compiler.path}{compiler.objcopy.cmd}" {compiler.obj
7272
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"
7373

7474
## Save hex
75-
recipe.hex.tmp_file={build.project_name}.hex
76-
recipe.hex.save_file={build.project_name}.{build.variant}.hex
75+
recipe.output.tmp_file={build.project_name}.hex
76+
recipe.output.save_file={build.project_name}.{build.variant}.hex
7777

7878
## Compute size
7979
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"

0 commit comments

Comments
 (0)