Skip to content

Commit a699971

Browse files
STM32F4 add Export compile binary option
1 parent 69413ee commit a699971

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

STM32F4/platform.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build
9696
recipe.size.regex=^(?:\.text|\.rodata|\.ARM.exidx)\s+([0-9]+).*
9797
recipe.size.regex.data=^(?:\.data|\.bss|\.noinit)\s+([0-9]+).*
9898

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+
99103
# Uploader tools
100104
# -------------------
101105

0 commit comments

Comments
 (0)