G0: Memory layouts are now part of heap components

This commit is contained in:
Omar Chebib
2021-06-18 14:51:11 +08:00
committed by Angus Gratton
parent da3038cd7a
commit c4f57af6c9
28 changed files with 199 additions and 143 deletions

View File

@@ -20,7 +20,7 @@
#include "multi_heap.h"
#include "multi_heap_platform.h"
#include "esp_heap_caps_init.h"
#include "soc/soc_memory_layout.h"
#include "heap_memory_layout.h"
static const char *TAG = "heap_init";