1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/esp_common/freertos
Gunar Schorcht 6386580b8f cpu/esp_common/freertos: lock/unlock mutex if scheduling is not active
If module `core_mutex_priority_inheritance` is enabled, the scheduling has to be active to lock/unlock the mutex/rmutex used by FreeRTOS semaphores. If scheduling is not active FreeRTOS semaphore function always succeed.
2022-09-02 08:54:31 +02:00
..
event_groups.c
Kconfig
Makefile
portable.c
queue.c cpu/esp_common: fix of blocking mechanism in FreeRTOS queus 2022-08-24 09:05:25 +02:00
ringbuf.c
semphr.c cpu/esp_common/freertos: lock/unlock mutex if scheduling is not active 2022-09-02 08:54:31 +02:00
task.c cpu/esp*: cleanups mainly to reduce the vera++ warnings 2022-07-20 06:29:43 +02:00
timers.c