esp-idf/components/heap/port
Guillaume Souchere 41fd87fd89 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-31 07:40:20 +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-31 07:40:20 +01:00
esp32h2 heap: Modify the memory type of the memory used as startup stack when memory protection is enabled 2023-01-31 07:40:20 +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-31 07:40:20 +01:00
memory_layout_utils.c esp32h2beta2:update rom layout table 2022-03-29 14:13:06 +08:00