1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00
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:07 +01:00
2019-11-23 22:39:37 +01:00
2020-03-24 10:39:49 +01:00
2019-11-23 22:39:07 +01:00
2019-03-26 21:56:05 +01:00
2017-05-24 17:54:02 +02:00
2020-01-02 11:56:25 +01:00
2020-03-27 22:06:42 +01:00
2019-11-23 22:39:37 +01:00
2019-01-10 18:07:29 +01:00
2019-09-12 14:58:16 +03:00
2020-03-24 10:39:49 +01:00
2017-05-24 17:54:02 +02:00
2020-03-28 14:50:51 +01:00
2019-11-23 22:39:37 +01:00
2018-04-10 15:40:18 +02:00
2019-03-26 21:37:20 +01:00
2018-03-06 14:00:32 +01:00
2019-11-23 22:39:37 +01:00
2019-03-26 21:56:05 +01:00
2018-01-30 21:18:36 +01:00
2019-11-23 22:39:37 +01:00
2017-05-24 17:54:02 +02:00