We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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