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 35d46e6dc3
cpu/esp: Use API to access sched internals
Replace access to `sched_active_task` and `sched_active_pid` with calls to
`thread_getpid()` and `thread_get_active()`.
2020-08-17 14:05:05 +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/esp32: add pm_layered support 2020-03-23 12:38:36 +01:00
timers.c cpu/esp*: move common freertos code to cpu/esp_common 2020-02-21 09:09:34 +01:00