Skip to content

Commit 57abaf8

Browse files
committed
add bin export
1 parent a9749d2 commit 57abaf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platform.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf
8484
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -B "{build.path}/{build.project_name}.elf"
8585
recipe.size.regex=\s*[0-9]+\s+[0-9]+\s+[0-9]+\s+([0-9]+).*
8686

87+
## Save hex
88+
recipe.output.tmp_file={build.project_name}.bin
89+
recipe.output.save_file={build.project_name}.{build.variant}.bin
8790

8891
# Uploader tools
8992
# -------------------

0 commit comments

Comments
 (0)