esp-idf/components/heap/port
Guillaume Souchere 85193654f0 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:57:02 +01:00
..
esp32 adjust the order of RTC memory heap caps and regions 2022-01-08 16:19:35 +08:00
esp32c3 heap: Modify the memory type of the memory used as startup stack when memory protection is enabled 2023-01-31 07:57:02 +01:00
esp32h2 heap: Modify the memory type of the memory used as startup stack when memory protection is enabled 2023-01-31 07:57:02 +01:00
esp32s2 Merge branch 'bugfix/MR16031_v4.4' into 'release/v4.4' 2022-01-27 05:30:02 +00:00
esp32s3 heap: Modify the memory type of the memory used as startup stack when memory protection is enabled 2023-01-31 07:57:02 +01:00
memory_layout_utils.c G0: Memory layouts are now part of heap components 2021-07-15 11:38:23 +10:00