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 69413ee commit a699971Copy full SHA for a699971
STM32F4/platform.txt
@@ -96,6 +96,10 @@ recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build
96
recipe.size.regex=^(?:\.text|\.rodata|\.ARM.exidx)\s+([0-9]+).*
97
recipe.size.regex.data=^(?:\.data|\.bss|\.noinit)\s+([0-9]+).*
98
99
+## Save Compiled Binary
100
+recipe.output.tmp_file={build.project_name}.bin
101
+recipe.output.save_file={build.project_name}.{build.variant}.bin
102
+
103
# Uploader tools
104
# -------------------
105
0 commit comments