You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/portable/ThirdParty/GCC/Xtensa_ESP32
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
5 years ago
..
include Re-sync with upstream and stripping away none kernel related. 5 years ago
FreeRTOS-openocd.c Re-sync with upstream and stripping away none kernel related. 5 years ago
port.c Re-sync with upstream and stripping away none kernel related. 5 years ago
portasm.S Re-sync with upstream and stripping away none kernel related. 5 years ago
portmux_impl.h Re-sync with upstream and stripping away none kernel related. 5 years ago
portmux_impl.inc.h Re-sync with upstream and stripping away none kernel related. 5 years ago
xtensa_context.S Re-sync with upstream and stripping away none kernel related. 5 years ago
xtensa_init.c Re-sync with upstream and stripping away none kernel related. 5 years ago
xtensa_intr.c Re-sync with upstream and stripping away none kernel related. 5 years ago
xtensa_intr_asm.S Re-sync with upstream and stripping away none kernel related. 5 years ago
xtensa_loadstore_handler.S Xtensa_ESP32: Change _iram_end to _iram_text_end 5 years ago
xtensa_overlay_os_hook.c Re-sync with upstream and stripping away none kernel related. 5 years ago
xtensa_vector_defaults.S Re-sync with upstream and stripping away none kernel related. 5 years ago
xtensa_vectors.S Re-sync with upstream and stripping away none kernel related. 5 years ago