esp-idf/tools/test_idf_size
Darian Leung 57fd78f5ba freertos: Remove legacy data types
This commit removes the usage of all legacy FreeRTOS data types that
are exposed via configENABLE_BACKWARD_COMPATIBILITY. Legacy types can
still be used by enabling CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY.
2022-02-09 23:05:45 +08:00
..
app.map freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
app2.map freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
app_esp32c3.map
app_esp32h2.map
app_esp32s2.map freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
app_esp32s3.map
bootloader.map
bootloader_esp32s2.map
expected_output freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
expected_output.json tools/idf_size: Fixed bug with wrong memory calculation 2022-01-17 20:47:35 +08:00
expected_output.txt tools/idf_size: Fixed bug with wrong memory calculation 2022-01-17 20:47:35 +08:00
json_validate_test.py tools: add json schema for idf_size 2021-11-10 16:21:50 +01:00
mem_test.py add test for checking memory segments with esptool.py 2022-01-17 20:47:35 +08: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-17 20:47:35 +08:00
test.sh add test for checking memory segments with esptool.py 2022-01-17 20:47:35 +08:00
test_idf_size.py