File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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()
55 elf_file=$1
66
77 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"
99 return 0
1010 fi
1111
@@ -29,8 +29,8 @@ function print_size_info()
2929 # printf "%-28s %-8d %-8d %-8d %-8d %-8d %-8d %-8d\n" $sketch_name ${segments[data]} ${segments[rodata]} ${segments[bss]} ${segments[text]} $total_ram $total_flash
3030 return 0
3131}
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]+).*
3434
3535function build_sketches()
3636{
You can’t perform that action at this time.
0 commit comments