From 7a68cefaa0a0e14e481a14918151873b2f99d790 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Sat, 28 Jan 2017 13:47:12 +0200 Subject: [PATCH] lines forgotten to be commented --- tools/common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/common.sh b/tools/common.sh index a4f23b6d..80e8b20b 100755 --- a/tools/common.sh +++ b/tools/common.sh @@ -5,7 +5,7 @@ function print_size_info() elf_file=$1 if [ -z "$elf_file" ]; then - printf "sketch data rodata bss text irom0.text dram flash\n" + #printf "sketch data rodata bss text irom0.text dram flash\n" return 0 fi @@ -29,8 +29,8 @@ function print_size_info() #printf "%-28s %-8d %-8d %-8d %-8d %-8d %-8d %-8d\n" $sketch_name ${segments[data]} ${segments[rodata]} ${segments[bss]} ${segments[text]} $total_ram $total_flash return 0 } -recipe.size.regex=^(?:\.iram0\.text|\.dram0\.text|\.flash\.text|\.dram0\.data|\.flash\.rodata|)\s+([0-9]+).* -recipe.size.regex.data=^(?:\.dram0\.data|\.dram0\.bss)\s+([0-9]+).* +#recipe.size.regex=^(?:\.iram0\.text|\.dram0\.text|\.flash\.text|\.dram0\.data|\.flash\.rodata|)\s+([0-9]+).* +#recipe.size.regex.data=^(?:\.dram0\.data|\.dram0\.bss)\s+([0-9]+).* function build_sketches() {