mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5ee663d592
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.
12 lines
418 B
Plaintext
12 lines
418 B
Plaintext
Total sizes:
|
|
Used static DRAM: 17620 bytes ( 163116 remain, 9.7% used)
|
|
.data size: 9324 bytes
|
|
.bss size: 8296 bytes
|
|
Used static IRAM: 38932 bytes ( 92140 remain, 29.7% used)
|
|
.text size: 37908 bytes
|
|
.vectors size: 1024 bytes
|
|
Used Flash size : 186524 bytes
|
|
.text: 146944 bytes
|
|
.rodata: 39580 bytes
|
|
Total image size: 234780 bytes (.bin may be padded larger)
|