Skip to content

Commit 95f1169

Browse files
Add recipe for 'Export Binary' feature
1 parent 013d8e6 commit 95f1169

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

STM32F1/platform.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ recipe.size.regex=^(?:\.text|\.data|\.rodata|\.text.align|\.ARM.exidx)\s+([0-9]+
108108

109109
recipe.size.regex.data=^(?:\.data|\.bss|\.noinit)\s+([0-9]+).*
110110

111+
## Save Compiled Binary
112+
recipe.output.tmp_file={build.project_name}.bin
113+
recipe.output.save_file={build.project_name}.{build.variant}.bin
114+
111115
# Uploader tools
112116
# -------------------
113117

0 commit comments

Comments
 (0)