esp-idf/components/heap
KonstantinKondrashov 031af815da esp_hw_support: Fix invalid system time if s_esp_rtc_time_us & s_rtc_last_ticks were moved around
The commit fixes the case:
If variables in RTC RAM have been moved around by the linker,
they will be filled with garbage data. Any reset other than OTA would work fine
because the variables would still be initialized from the initial bootup.

So now system time will be valid even after OTA.

Closes https://github.com/espressif/esp-idf/issues/9448
2023-07-13 18:30:26 +08:00
..
include C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT 2022-12-19 15:06:15 +01:00
port esp_hw_support: Fix invalid system time if s_esp_rtc_time_us & s_rtc_last_ticks were moved around 2023-07-13 18:30:26 +08:00
test heap: Fix erroneous value returned by heap_caps_get_allocated_size() when poisoning is enabled 2023-02-22 11:42:02 +01:00
test_multi_heap_host heap: Update host tests after incorporation of the new TLSF implementation 2022-12-14 12:37:23 +01:00
tlsf@8c9cd0517a feat: remove tlsf_fls and tlsf_ffs from linker as they are inlined. 2022-12-14 12:37:23 +01:00
CMakeLists.txt heap: Update the component to incorporate the new TLSF implementation 2022-12-14 12:37:23 +01:00
heap_caps_init.c heap: Fix memory boundary condition checks when adding new region 2022-10-12 08:17:50 +02:00
heap_caps.c heap: Fix priority in shex() bit shift 2023-02-13 09:03:32 +01:00
heap_private.h heap: add check for usage of flash content from iram 2022-12-14 12:37:16 +01:00
heap_task_info.c heap: Remove TLSF related files and replace them with the tlsf submodule 2022-08-15 11:11:52 +02:00
heap_trace_standalone.c heap: Remove TLSF related files and replace them with the tlsf submodule 2022-08-15 11:11:52 +02:00
internals.md heap: add documentation about the function placement in IRAM and its usage in ISR 2022-11-24 12:40:00 +01:00
Kconfig heap: use ROM implementation for heap tlsf on esp32c2 2022-05-12 05:18:57 +00:00
linker.lf heap: fix linker issues and remove spi flash dependencies 2022-12-14 12:37:23 +01:00
multi_heap_config.h heap: Remove TLSF related files and replace them with the tlsf submodule 2022-08-15 11:11:52 +02:00
multi_heap_internal.h heap: fix linker issues and remove spi flash dependencies 2022-12-14 12:37:23 +01:00
multi_heap_platform.h esp_rom: extract int matrix route and cpu ticks getter 2022-02-09 13:52:20 +08:00
multi_heap_poisoning.c heap: Fix erroneous value returned by heap_caps_get_allocated_size() when poisoning is enabled 2023-02-22 11:42:02 +01:00
multi_heap.c heap: Remove size check in multi_heap.c when registering a new heap 2022-12-14 12:37:23 +01:00