esp-idf/components/heap/port
wuzhenghui 5926116644 change(heap): fix and clean memory caps defination in memory_layout
1. move startup_stack attr from soc_memory_type_desc_t to soc_memory_region_t and
   remove unused aliased_iram field
2. all of the last level of RAM is retention dma accessible on esp32c3
3. remove esp32c2 and later chips retention dma accessible memory caps
4. allow allocate memory from RTC_RAM with MALLOC_CAP_EXEC cap
2023-09-28 07:53:20 +00:00
..
esp32 change(heap): fix and clean memory caps defination in memory_layout 2023-09-28 07:53:20 +00:00
esp32c2 change(heap): fix and clean memory caps defination in memory_layout 2023-09-28 07:53:20 +00:00
esp32c3 change(heap): fix and clean memory caps defination in memory_layout 2023-09-28 07:53:20 +00:00
esp32c6 change(heap): fix and clean memory caps defination in memory_layout 2023-09-28 07:53:20 +00:00
esp32h2 change(heap): fix and clean memory caps defination in memory_layout 2023-09-28 07:53:20 +00:00
esp32p4 change(heap): fix and clean memory caps defination in memory_layout 2023-09-28 07:53:20 +00:00
esp32s2 change(heap): fix and clean memory caps defination in memory_layout 2023-09-28 07:53:20 +00:00
esp32s3 change(heap): fix and clean memory caps defination in memory_layout 2023-09-28 07:53:20 +00:00
memory_layout_utils.c feat(esp32p4): introduced new target esp32p4, supported hello_world 2023-08-09 19:33:25 +08:00