esp-idf/tools/test_idf_size
Roland Dobai 68a8a7de0d tools/idf_size.py: Identify objects without extension in MAP files 2022-03-03 13:55:46 +01:00
..
app.map
app2.map
app_esp32c3.map
app_esp32h2.map
app_esp32s2.map [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
app_esp32s3.map
bootloader.map
bootloader_esp32s2.map
expected_output tools/idf_size.py: Identify objects without extension in MAP files 2022-03-03 13:55:46 +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 add test for checking memory segments with esptool.py 2022-01-19 17:32:19 +01:00
test_idf_size.py