esp-idf/components/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
..
esp_additions
include
port freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR 2022-03-03 09:44:31 +08:00
test
CMakeLists.txt
FreeRTOS-openocd.c
GitHub-FreeRTOS-Kernel-Home.url
History.txt
Kconfig
LICENSE.md
Quick_Start_Guide.url
component.mk
croutine.c
event_groups.c
freertos_v8_compat.c
linker.lf
list.c
queue.c
sdkconfig.rename
stream_buffer.c
tasks.c
timers.c