Merge branch 'feature/esp32s2_iram_dram_protection' into 'master'

esp32s2: IRAM/DRAM memory protection

See merge request espressif/esp-idf!8156
This commit is contained in:
Ivan Grokhotkov
2020-04-23 21:52:54 +08:00
22 changed files with 1699 additions and 91 deletions
@@ -160,6 +160,8 @@ SECTIONS
mapping[iram0_text]
/* align + add 16B for the possibly overlapping instructions */
. = ALIGN(4) + 16;
_iram_text_end = ABSOLUTE(.);
_iram_end = ABSOLUTE(.);
} > iram0_0_seg