esp-idf/components/freertos/port
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
..
linux/include/freertos freertos: updated the location of FreeRTOSConfig.h 2021-09-14 08:46:01 +05:30
priv_include freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
riscv freertos: add pm_trace header include 2022-02-17 22:22:26 +08:00
xtensa freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR 2022-03-03 09:44:31 +08:00
port_common.c freertos: Add memory hooks for static IDLE and Timer tasks 2021-11-02 14:54:01 +08:00
port_systick.c freertos: add pm_trace header include 2022-02-17 22:22:26 +08:00