This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/portable/ThirdParty/GCC
Sachin Parekh 8e3cf978c4 Xtensa_ESP32: Change _iram_end to _iram_text_end
xtensa_loadstore_handler.S uses _iram_end to prevent modification of IRAM
code. With the LoadStore exception handler in place, IRAM can also be
used for .bss and .data section. Hence the sanity check should be based
upon _iram_text_end and not _iram_end
2020-02-28 15:15:47 -08:00
..
RISC-V Re-sync with upstream and stripping away none kernel related. 2020-02-10 13:45:57 -08:00
Xtensa_ESP32 Xtensa_ESP32: Change _iram_end to _iram_text_end 2020-02-28 15:15:47 -08:00