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 a001f5e commit 8d1ec76Copy full SHA for 8d1ec76
platform.txt
@@ -117,7 +117,7 @@ recipe.output.save_file={build.project_name}.{build.variant}.bin
117
118
## Compute size
119
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
120
-recipe.size.regex=^(?:\.irom0\.text|\.text|\.data|\.rodata|)\s+([0-9]+).*
+recipe.size.regex=^(?:\.irom0\.text|\.text|\.text1|\.data|\.rodata|)\s+([0-9]+).*
121
recipe.size.regex.data=^(?:\.data|\.rodata|\.bss)\s+([0-9]+).*
122
#recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
123
0 commit comments