File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ function print_size_info()
5
5
elf_file=$1
6
6
7
7
if [ -z " $elf_file " ]; then
8
- printf " sketch data rodata bss text irom0.text dram flash\n"
8
+ # printf "sketch data rodata bss text irom0.text dram flash\n"
9
9
return 0
10
10
fi
11
11
@@ -29,8 +29,8 @@ function print_size_info()
29
29
# printf "%-28s %-8d %-8d %-8d %-8d %-8d %-8d %-8d\n" $sketch_name ${segments[data]} ${segments[rodata]} ${segments[bss]} ${segments[text]} $total_ram $total_flash
30
30
return 0
31
31
}
32
- recipe.size.regex=^(? :\. iram0\. text| \. dram0\. text| \. flash\. text| \. dram0\. data| \. flash\. rodata| )\s + ([0-9]+).*
33
- recipe.size.regex.data=^(? :\. dram0\. data| \. dram0\. bss)\s + ([0-9]+).*
32
+ # recipe.size.regex=^(?:\.iram0\.text|\.dram0\.text|\.flash\.text|\.dram0\.data|\.flash\.rodata|)\s+([0-9]+).*
33
+ # recipe.size.regex.data=^(?:\.dram0\.data|\.dram0\.bss)\s+([0-9]+).*
34
34
35
35
function build_sketches()
36
36
{
You can’t perform that action at this time.
0 commit comments