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 43d723a commit 1f97330Copy full SHA for 1f97330
platform.txt
@@ -115,8 +115,8 @@ recipe.output.save_file_hexu={build.project_name}.save.hex
115
116
## Compute size
117
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
118
-recipe.size.regex=^(\.text|.\data)\s+([0-9]+).*
119
-recipe.size.regex.data=^(\.data|\.bss)\s+([0-9]+).*
+recipe.size.regex=^(?:\.text|\.data|)\s+([0-9]+).*
+recipe.size.regex.data=^(?:\.data|\.bss)\s+([0-9]+).*
120
121
## Export Compiled Binary
122
recipe.output.tmp_file={build.project_name}.hex
0 commit comments