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 freertos: Fix loss of precision in pdTICKS_TO_MS 2022-01-06 15:44:17 +08:00
port freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR 2022-03-03 09:44:31 +08:00
test freertos: Add missing INCLUDE_ configurations for some functions 2021-12-21 10:54:28 +08:00
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 Merge branch 'feature/freertos_try_enter_critical_v4.4' into 'release/v4.4' 2021-12-08 10:10:17 +00:00
tasks.c freertos: Move Espressif's specific esp_reent_init into collective ifdef 2022-02-18 12:58:53 +08:00
timers.c