esp-idf/components/freertos/port/xtensa
Marius Vikhammer 3a7ec8acfa freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR
These were called from IRAM context where the caller expect them to be inlined
and accessible when cache is disabled. This was not the case when compiled with -O0.

Closes https://github.com/espressif/esp-idf/issues/8301
2022-03-03 09:44:31 +08:00
..
include/freertos freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR 2022-03-03 09:44:31 +08:00
port.c freertos: ensure interrupts are disabled before enabling tick timer 2021-12-30 18:00:59 +08:00
portasm.S
readme_xtensa.txt
xt_asm_utils.h
xtensa_context.S
xtensa_init.c
xtensa_loadstore_handler.S
xtensa_overlay_os_hook.c
xtensa_vector_defaults.S
xtensa_vectors.S