File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ recipe.output.save_file={build.project_name}.{build.variant}.bin
185
185
186
186
## Compute size
187
187
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
188
- recipe.size.regex=^(?:\.iram0\.text|\.iram0\.vectors|\.dram0\.data|\.flash\.text|\.flash\.rodata|)\s+([0-9]+).*
189
- recipe.size.regex.data=^(?:\.dram0\.data|\.dram0\.bss|\.noinit)\s+([0-9]+).*
188
+ recipe.size.regex=^(?:\.iram0\.text|\.iram0\.vectors|\.dram0\.data|\.dram1\.data|\. flash\.text|\.flash\.rodata|\.flash\.appdesc|\.flash\.init_array|\.eh_frame |)\s+([0-9]+).*
189
+ recipe.size.regex.data=^(?:\.dram0\.data|\.dram0\.bss|\.dram1\.data|\.dram1\.bss|\. noinit)\s+([0-9]+).*
190
190
191
191
## Required discoveries and monitors
192
192
## ---------------------------------
You can’t perform that action at this time.
0 commit comments