mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-11 02:07:46 +00:00
esp32c3: memprot API upgrade and test application
Closes IDF-2641
This commit is contained in:
committed by
Angus Gratton
parent
936523b904
commit
f27c9c5139
@@ -340,6 +340,8 @@ SECTIONS
|
||||
{
|
||||
/* C3 memprot requires 512 B alignment for split lines */
|
||||
. = ALIGN (0x200);
|
||||
/* iram_end_test section exists for use by memprot unit tests only */
|
||||
*(.iram_end_test)
|
||||
_iram_text_end = ABSOLUTE(.);
|
||||
} > iram0_0_seg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user