Joakim Nohlgård 2013ac75f5
gnrc_netif: Add support for internal event loop
Enabled by the gnrc_netif_events pseudo module. Using an internal event
loop within the gnrc_netif thread eliminates the risk of lost interrupts
and lets ISR events always be handled before any send/receive requests
from other threads are processed.
The events in the event loop is also a potential hook for MAC layers and
other link layer modules which may need to inject and process events
before any external IPC messages are handled.

Co-Authored-By: Koen Zandberg <koen@bergzand.net>
2020-04-17 12:02:39 +02:00
..
2019-11-23 22:39:37 +01:00
2019-11-26 21:52:05 +01:00
2019-01-21 22:46:10 +08:00
2020-02-14 11:41:30 +01:00
2019-11-23 22:39:37 +01:00
2019-11-23 22:39:07 +01:00
2019-11-23 22:39:07 +01:00
2019-11-23 22:39:37 +01:00
2019-10-29 10:41:45 +01:00
2020-01-20 13:39:24 +01:00
2019-11-23 22:39:07 +01:00
2018-08-06 16:09:22 +02:00