esp-idf/components/heap/port
Guillaume Souchere 6382f28998 heap: Modify the memory type of the memory used as startup stack when memory protection is enabled
If memory protection is enabled on esp32c3 and esp32s3, we don't want to the heap component to see
the startup stack memory as D/IRAM but as DRAM only. Introduce a new type to make this possible in
the same fashion the regular D/IRAM regions are handled.
2023-01-26 10:52:34 +01:00
..
esp32 heap: adjust the order of RTC memory heap caps and regions 2021-12-29 08:49:42 +00:00
esp32c2 use enum and designated initializers in soc_memory_type define 2022-07-29 17:07:41 +08:00
esp32c3 heap: Modify the memory type of the memory used as startup stack when memory protection is enabled 2023-01-26 10:52:34 +01:00
esp32c6 heap: Modify the memory type of the memory used as startup stack when memory protection is enabled 2023-01-26 10:52:34 +01:00
esp32h2 heap: Modify the memory type of the memory used as startup stack when memory protection is enabled 2023-01-26 10:52:34 +01:00
esp32h4 heap: Modify the memory type of the memory used as startup stack when memory protection is enabled 2023-01-26 10:52:34 +01:00
esp32s2 heap: adjust the order of RTC memory heap caps and regions 2021-12-29 08:49:42 +00:00
esp32s3 heap: Modify the memory type of the memory used as startup stack when memory protection is enabled 2023-01-26 10:52:34 +01:00
memory_layout_utils.c ESP32H2: Introduce new chip target esp32h2, hello_world example supported 2022-12-29 12:29:14 +08:00