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

@@ -18,7 +18,7 @@
#include "bootloader_util.h"
#include "bootloader_common.h"
#include "esp_rom_sys.h"
#include "soc/soc_memory_layout.h"
#include "soc/soc_memory_types.h"
#if CONFIG_IDF_TARGET_ESP32
#include "esp32/rom/secure_boot.h"
#elif CONFIG_IDF_TARGET_ESP32S2