esp-idf/tools/test_idf_size/expected_output.csv
Djordje Nedic 5ee663d592 tools: Add CSV support to idf_size.py
This adds CSV support to idf_size.py and idf.py size actions and using the --format argument which accepts 'text', 'json' or 'csv' as input.

idf_size.py --json argument is deprecated but left to avoid a breaking change.

For idf.py size actions OUTPUT_JSON environment variable set at configuration time is overriden at target build time if --format is used.

Additionally, this commit refactors big parts of code, unified usage of json_dict and manually generated dictionaries for textual output and improves code quality in many parts.
2022-08-26 15:34:21 +02:00

375 B

1Total sizes:,,,
2Used static DRAM,17620 bytes (163116 remain 9.7% used),,,
3.data size,9324 bytes,,,
4.bss size,8296 bytes,,,
5Used static IRAM,38932 bytes (92140 remain 29.7% used),,,
6.text size,37908 bytes,,,
7.vectors size,1024 bytes,,,
8Used Flash size ,186524 bytes,,,
9.text,146944 bytes,,,
10.rodata,39580 bytes,,,
11Total image size,234780 bytes (.bin may be padded larger),,,