1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/event
Marian Buschsieweke 8bda9fac1b
sys/event: Add support for multiple queues
Added `event_wait_multi()` that takes an array of event queues rather than
a single event queues. The queue with the lowest index will have the highest
priority.
2020-08-04 13:30:25 +02:00
..
callback.c add copyrights from IOTPUSH project 2019-05-02 12:09:37 +02:00
event.c sys/event: Add support for multiple queues 2020-08-04 13:30:25 +02:00
Makefile Makefile: remove usage of SUBMODULES_NOFORCE 2020-04-15 12:11:44 +02:00
thread.c sys/event: add shared event threads 2020-02-07 12:17:56 +01:00
timeout.c add copyrights from IOTPUSH project 2019-05-02 12:09:37 +02:00