We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9749d2 commit 57abaf8Copy full SHA for 57abaf8
platform.txt
@@ -84,6 +84,9 @@ recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf
84
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -B "{build.path}/{build.project_name}.elf"
85
recipe.size.regex=\s*[0-9]+\s+[0-9]+\s+[0-9]+\s+([0-9]+).*
86
87
+## Save hex
88
+recipe.output.tmp_file={build.project_name}.bin
89
+recipe.output.save_file={build.project_name}.{build.variant}.bin
90
91
# Uploader tools
92
# -------------------
0 commit comments