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 cpu/esp*: move common freertos code to cpu/esp_common 2020-02-21 09:09:34 +01:00
Makefile cpu/esp_common: add module esp_freertos_common 2020-02-21 09:09:34 +01:00
portable.c cpu/esp*: move common freertos code to cpu/esp_common 2020-02-21 09:09:34 +01:00
queue.c cpu/esp: Use API to access sched internals 2020-08-17 14:05:05 +02:00
semphr.c cpu/esp*: move common freertos code to cpu/esp_common 2020-02-21 09:09:34 +01:00
task.c cpu/esp_common: Declare sched_active_{thread,pid} 2020-09-07 12:59:55 +02:00
timers.c cpu/esp*: move common freertos code to cpu/esp_common 2020-02-21 09:09:34 +01:00