We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6f9739f commit f02410eCopy full SHA for f02410e
platform.txt
@@ -85,7 +85,7 @@ recipe.output.save_file={build.project_name}.{build.variant}.hex
85
86
## Compute size
87
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
88
-recipe.size.regex=Total\s+([0-9]+).*
+recipe.size.regex=^(?:text|ctors|rodata|datas)\s+([0-9]+).*
89
90
# Arc Uploader/Programmers tools
91
# -------------------
0 commit comments