esp-idf/components/freertos/FreeRTOS-Kernel/portable
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
..
linux/include/freertos freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
priv_include freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
riscv esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
xtensa freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR 2022-02-07 11:32:45 +08:00
port_common.c ESP8684: add freertos, hal, esp_system support 2021-11-06 17:33:44 +08:00
port_systick.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30