esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa
Marius Vikhammer 8220b2bb34 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-02-07 11:32:45 +08:00
..
include/freertos freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR 2022-02-07 11:32:45 +08:00
port.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
portasm.S freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
readme_xtensa.txt freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
xt_asm_utils.h freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
xtensa_context.S freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
xtensa_init.c esp_clk: refactor target/clk.h to private/esp_clk.h 2021-11-26 14:56:30 +08:00
xtensa_loadstore_handler.S freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
xtensa_overlay_os_hook.c freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
xtensa_vector_defaults.S freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
xtensa_vectors.S freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00