We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35dc840 + a43ee95 commit 5d7ecc9Copy full SHA for 5d7ecc9
platform.txt
@@ -118,8 +118,7 @@ recipe.objcopy.bin.pattern="{compiler.path}/{compiler.cmd.axf2bin}" {compiler.fl
118
## Compute size
119
recipe.size.pattern="{compiler.path}/{compiler.cmd.size}" -A "{build.path}/{build.project_name}.axf"
120
recipe.size.regex=\.text\s+([0-9]+).*
121
-
122
-recipe.hooks.objcopy.postobjcopy.0.pattern="{compiler.path}/{compiler.cmd.size}" -A "{build.path}/{build.project_name}.axf"
+recipe.size.regex.data=^(?:\.data|\.bss)\s+([0-9]+).*
123
124
## Preprocessor
125
preproc.macros.flags=-w -x c++ -E -CC
0 commit comments