We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents f852a08 + 1857cce commit 0ec018eCopy full SHA for 0ec018e
platform.txt
@@ -117,7 +117,8 @@ recipe.output.save_file={build.project_name}.{build.variant}.{build.preferred_ou
117
118
## Compute size
119
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
120
-recipe.size.regex=\.text\s+([0-9]+).*
+recipe.size.regex=^(?:\.text|\.data|)\s+([0-9]+).*
121
+recipe.size.regex.data=^(?:\.data|\.bss)\s+([0-9]+).*
122
123
# Upload/Debug tools
124
# ------------------
0 commit comments