We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b367b67 + 8693a23 commit d2d1a2aCopy full SHA for d2d1a2a
platform.txt
@@ -79,7 +79,7 @@ recipe.output.save_file={build.project_name}.{build.variant}.hex
79
80
## Compute size
81
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
82
-recipe.size.regex=^(?:\.text|\.data|\.bootloader)\s+([0-9]+).*
+recipe.size.regex=^(?:\.text|\.data|\.rodata|\.bootloader)\s+([0-9]+).*
83
recipe.size.regex.data=^(?:\.data|\.bss|\.noinit)\s+([0-9]+).*
84
recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
85
0 commit comments