forked from espressif/arduino-esp32
fix reported data size and percentage
This commit is contained in:
@ -81,7 +81,7 @@ recipe.output.save_file={build.project_name}.{build.variant}.bin
|
||||
## Compute size
|
||||
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
|
||||
recipe.size.regex=^(?:\.iram0\.text|\.dram0\.text|\.flash\.text|\.dram0\.data|\.flash\.rodata|)\s+([0-9]+).*
|
||||
recipe.size.regex.data=^(?:\.dram0\.data|\.flash\.rodata|\.dram0\.bss)\s+([0-9]+).*
|
||||
recipe.size.regex.data=^(?:\.dram0\.data|\.dram0\.bss)\s+([0-9]+).*
|
||||
|
||||
# ------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user