esp-idf/tools/test_idf_size
Djordje Nedic 2ae52901bd 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:22:00 +01:00
..
app.map esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
app2.map esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
app_esp32c3.map Tools: Fix memory calculations of idf_size.py 2021-08-11 17:51:51 +02:00
app_esp32h2.map Tools: Fix memory calculations of idf_size.py 2021-08-11 17:51:51 +02:00
app_esp32s2.map [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
app_esp32s3.map Tools: Fix memory calculations of idf_size.py 2021-08-11 17:51:51 +02: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:22:00 +01:00
bootloader.map tools: Fix idf_size.py 2020-02-28 11:55:53 +01:00
bootloader_esp32s2.map tools: Fix idf_size.py 2020-02-28 11:55:53 +01:00
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:22:00 +01:00
expected_output.json tools/idf_size: Fixed bug with wrong memory calculation 2022-01-19 17:32:18 +01:00
expected_output.txt tools/idf_size: Fixed bug with wrong memory calculation 2022-01-19 17:32:18 +01:00
json_validate_test.py tools: add json schema for idf_size 2021-11-15 13:57:24 +01:00
mem_test.py add test for checking memory segments with esptool.py 2022-01-19 17:32:19 +01:00
overflow.map Tools: make idf_size work with overflow 2021-09-16 14:12:46 +02:00
overflow_esp32c3.map Tools: make idf_size work with overflow 2021-09-16 14:12:46 +02:00
overflow_esp32s2.map Tools: make idf_size work with overflow 2021-09-16 14:12:46 +02:00
overflow_esp32s3.map Tools: make idf_size work with overflow 2021-09-16 14:12:46 +02:00
size_schema.json tools/idf_size: Fixed bug with wrong memory calculation 2022-01-19 17:32:18 +01:00
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:22:00 +01:00
test_idf_size.py Tools: Fix memory calculations of idf_size.py 2021-08-11 17:51:51 +02:00