esp-idf/components/freertos/port/xtensa/include/freertos
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
..
FreeRTOSConfig_arch.h freertos: updated the location of FreeRTOSConfig.h 2021-09-14 08:46:01 +05:30
portbenchmark.h freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
portmacro_deprecated.h freertos: Add portTRY_ENTRY_CRITICAL() and deprecate legacy spinlock fucntions 2021-11-22 18:42:10 +08:00
portmacro.h freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR 2022-03-03 09:44:31 +08:00
xtensa_api.h freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_config.h freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_context.h freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_rtos.h freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
xtensa_timer.h freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00