Skip to content

Commit 8d1ec76

Browse files
Add .text1 segment to space used calculation in IDE
1 parent a001f5e commit 8d1ec76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ recipe.output.save_file={build.project_name}.{build.variant}.bin
117117

118118
## Compute size
119119
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]+).*
120+
recipe.size.regex=^(?:\.irom0\.text|\.text|\.text1|\.data|\.rodata|)\s+([0-9]+).*
121121
recipe.size.regex.data=^(?:\.data|\.rodata|\.bss)\s+([0-9]+).*
122122
#recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
123123

0 commit comments

Comments
 (0)