esp32: Allow fixed static RAM size and DRAM heap size

Merges https://github.com/espressif/esp-idf/pull/3222
This commit is contained in:
Gautier Seidel
2019-03-25 15:45:57 +01:00
committed by Angus Gratton
parent 5274739fff
commit 542e544faa
6 changed files with 46 additions and 11 deletions

View File

@@ -149,7 +149,6 @@ SECTIONS
*(.gnu.linkonce.lit4.*)
_lit4_end = ABSOLUTE(.);
. = ALIGN(4);
_heap_start = ABSOLUTE(.);
} >dram_seg
.iram.text :