esp-idf/components/heap/test_apps/main
Darian Leung 4069a62629 freertos(IDF): Remove usage of xPortGetFreeHeapSize() outside FreeRTOS
After heap_idf.c has been added (where the FreeRTOS heap is a subset of the
ESP-IDF heap), xPortGetFreeHeapSize() was updated to only returns the free
size of the FreeRTOS heap and not the entire ESP-IDF heap.

This commit replaces calls of xPortGetFreeHeapSize() with
esp_get_free_heap_size() in places outside of FreeRTOS.
2023-03-07 02:02:28 +08:00
..
CMakeLists.txt heap: fix the size of buffers in ignored tests 2022-10-05 15:07:06 +02:00
test_aligned_alloc_caps.c heap: migrate unit tests to pytest 2022-09-23 09:49:07 +02:00
test_allocator_timings.c freertos, app_trace, heap: use esp_cpu_get_cycle_count to get ccount 2022-10-12 11:20:55 +02:00
test_corruption_check.c heap: migrate unit tests to pytest 2022-09-23 09:49:07 +02:00
test_diram.c heap: RE-enable ESP32C2 test in test_apps 2023-01-02 08:40:59 +01:00
test_heap_main.c heap trace standalone: Fix initialization of the unused linked list, update tests 2023-02-14 09:48:14 +01:00
test_heap_trace.c heap trace standalone: Fix initialization of the unused linked list, update tests 2023-02-14 09:48:14 +01:00
test_malloc_caps.c ci: update idf-core related tests for C6 2023-02-13 13:01:57 +08:00
test_malloc.c freertos(IDF): Remove usage of xPortGetFreeHeapSize() outside FreeRTOS 2023-03-07 02:02:28 +08:00
test_realloc.c heap: fix gcc-12 compile errors 2023-02-22 05:33:03 +00:00
test_runtime_heap_reg.c heap: Update target and host tests after incorporation of the new TLSF implementation 2022-10-26 18:15:40 +02:00