esp-idf/components/heap/test_apps
Guillaume Souchere 4d16f46a88 esp_system: fix placement of __stack_chk_fail from flash to RAM
When stack check is enabled, certain functions (sometimes placed in RAM)
are being decorated with stack guards and a call to __stask_chk_fail() in
case ofr stack corruption. For this reason, __stack_chk_fail() must be
placed in RAM too.

Add stack check config in heap tests on all targets to find eventual flash to RAM
calls due to stack checks when running callgraph_check.py
2022-12-07 08:49:12 +01:00
..
main heap: Update target and host tests after incorporation of the new TLSF implementation 2022-10-26 18:15:40 +02:00
CMakeLists.txt tools: update list of references to not include symbold used by __assert_func calls 2022-11-24 10:31:14 +01:00
pytest_heap.py ci: Disable all currently failed target tests for esp32c6 2022-11-28 12:09:08 +08:00
README.md soc: Add a soc cap, SOC_CLK_RC_FAST_D256_SUPPORTED, for whether the target has the RC_FAST_D256 clock 2022-11-01 11:23:26 +08: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 esp_system: fix placement of __stack_chk_fail from flash to RAM 2022-12-07 08:49:12 +01:00

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