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
..
2018-03-06 14:00:32 +01:00
2019-11-23 22:39:38 +01:00
2020-02-18 13:20:05 +01:00
2018-06-11 19:12:02 +02:00
2015-08-30 14:00:33 +02:00
2020-01-28 11:59:52 +01:00