esp-idf/components/heap/test_apps
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
..
main freertos(IDF): Remove usage of xPortGetFreeHeapSize() outside FreeRTOS 2023-03-07 02:02:28 +08:00
CMakeLists.txt
README.md esp32h2: add build test 2023-01-17 10:29:04 +08:00
pytest_heap.py esp32h2(ci): enable target test 2023-02-15 10:20:43 +08:00
sdkconfig.ci.8bit_access
sdkconfig.ci.abort_alloc_fail
sdkconfig.ci.comprehensive_poisoning
sdkconfig.ci.heap_trace
sdkconfig.ci.light_poisoning
sdkconfig.ci.mem_prot heap: Add memory protection activation test 2023-01-25 07:20:57 +01:00
sdkconfig.ci.no_poisoning
sdkconfig.ci.psram
sdkconfig.ci.psram_all_ext
sdkconfig.defaults esp_hw_support: allow writing in IRAM when CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT is not set for esp32C2 2023-01-02 08:41:16 +01:00

README.md

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