esp-idf/components/heap/test_apps
Guillaume Souchere cd805a5ab1 heap: Fix memory boundary condition checks when adding new region
Previously, condition_4 was making impossible the valid scenario
start > heap_start && end == heap_end.

Now, the end == heap_end and start == heap_start case is handled
separately allowing the case start > heap_start && ned == heap_end
to be considered a valid scenario
2022-10-07 13:22:30 +02:00
..
main heap: Fix memory boundary condition checks when adding new region 2022-10-07 13:22:30 +02:00
CMakeLists.txt heap: migrate unit tests to pytest 2022-09-23 09:49:07 +02:00
pytest_heap.py heap: fix the size of buffers in ignored tests 2022-10-05 15:07:06 +02:00
README.md heap: migrate unit tests to pytest 2022-09-23 09:49:07 +02:00
sdkconfig.ci.8bit_access heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.ci.abort_alloc_fail heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.ci.comprehensive_poisoning heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.ci.light_poisoning heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.ci.no_poisoning heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.ci.psram heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.ci.psram_all_ext heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.defaults heap: migrate unit tests to pytest 2022-09-23 09:49:07 +02:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-S2 ESP32-S3