We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddbeb0 commit a3cf147Copy full SHA for a3cf147
platform.txt
@@ -101,7 +101,7 @@ recipe.hooks.objcopy.postobjcopy.1.pattern={build.postbuild.cmd}
101
## Compute size
102
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
103
recipe.size.regex.data=^(?:\.data|\.bss)\s+([0-9]+).*
104
-recipe.size.regex=^(?:\.data|\.text)\S*?\s+([0-9]+).*
+recipe.size.regex=^(?:\.data|\.text|\.rodata)\S*?\s+([0-9]+).*
105
106
## Save hex
107
recipe.output.tmp_file={build.project_name}.bin
0 commit comments