1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp_common/freertos
Marian Buschsieweke c5c62e93d3
cpu/esp_common: Declare sched_active_{thread,pid}
Declare sched_active_thread and sched_active_pid locally in the ESP code for
now. Once the code is cleaned up to no longer tap into scheduler internals but
use the API instead, those can be dropped again.
2020-09-07 12:59:55 +02:00
..
event_groups.c
Makefile
portable.c
queue.c cpu/esp: Use API to access sched internals 2020-08-17 14:05:05 +02:00
semphr.c
task.c cpu/esp_common: Declare sched_active_{thread,pid} 2020-09-07 12:59:55 +02:00
timers.c