Skip to content

Commit 1129ce2

Browse files
championswimmeradamvoss
authored andcommitted
saveHex: rename recipe.hex -> recipe.output
Signed-off-by: Arnav Gupta <[email protected]>
1 parent e2b6d18 commit 1129ce2

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
@@ -76,8 +76,8 @@ recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.f
7676
recipe.objcopy.bin.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flags} {compiler.elf2hex.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.bin"
7777

7878
## Save hex
79-
recipe.hex.tmp_file={build.project_name}.bin
80-
recipe.hex.save_file={build.project_name}.{build.variant}.bin
79+
recipe.output.tmp_file={build.project_name}.bin
80+
recipe.output.save_file={build.project_name}.{build.variant}.bin
8181

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

0 commit comments

Comments
 (0)