esp-idf/tools/test_idf_size
Djordje Nedic 1c35538b96 idf_size.py: Fix issue where diram size was halved in cases where iram was not fully filled with cache
This fixes an attempted fix for diram size calculation where it was counted twice, however the fix did not account for cases where iram was not fully filled with cache and therefore was of non 0 size.
Now the calculation should be correct regardless of the cache size.

Closes https://github.com/espressif/esp-idf/issues/9960

Fix expected output
2022-12-19 14:33:10 +01:00
..
app.map mdns: Remove internal component, examples, test and docs 2022-06-29 17:30:34 +04:00
app2.map mdns: Remove internal component, examples, test and docs 2022-06-29 17:30:34 +04:00
app_esp32c3.map mdns: Remove internal component, examples, test and docs 2022-06-29 17:30:34 +04:00
app_esp32h2.map mdns: Remove internal component, examples, test and docs 2022-06-29 17:30:34 +04:00
app_esp32s2.map mdns: Remove internal component, examples, test and docs 2022-06-29 17:30:34 +04:00
app_esp32s3.map mdns: Remove internal component, examples, test and docs 2022-06-29 17:30:34 +04:00
app_esp32s3_32k_icache.map idf_size.py: Fix issue where diram size was halved in cases where iram was not fully filled with cache 2022-12-19 14:33:10 +01:00
bootloader.map
bootloader_esp32s2.map
expected_output idf_size.py: Fix issue where diram size was halved in cases where iram was not fully filled with cache 2022-12-19 14:33:10 +01:00
expected_output.json
expected_output.txt
json_validate_test.py
mem_test.py
overflow.map mdns: Remove internal component, examples, test and docs 2022-06-29 17:30:34 +04:00
overflow_esp32c3.map mdns: Remove internal component, examples, test and docs 2022-06-29 17:30:34 +04:00
overflow_esp32s2.map mdns: Remove internal component, examples, test and docs 2022-06-29 17:30:34 +04:00
overflow_esp32s3.map mdns: Remove internal component, examples, test and docs 2022-06-29 17:30:34 +04:00
size_schema.json
test.sh idf_size.py: Fix issue where diram size was halved in cases where iram was not fully filled with cache 2022-12-19 14:33:10 +01:00
test_idf_size.py