We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 634b834 + 003d157 commit 29b9818Copy full SHA for 29b9818
platform.txt
@@ -99,7 +99,7 @@ recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf
99
## Compute size
100
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
101
recipe.size.regex.data=^(?:\.data|\.bss)\s+([0-9]+).*
102
-recipe.size.regex=^(?:\.data|\.text)\s+([0-9]+).*
+recipe.size.regex=^(?:\.data|\.text)\S*?\s+([0-9]+).*
103
104
## Save hex
105
recipe.output.tmp_file={build.project_name}.bin
0 commit comments