-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnrc_netif: Add support for asynchronous events
Enabled by the gnrc_netif_async_events pseudo module. Using asynchronous events eliminates the risk of lost interrupts and lets ISR events always be handled before any send/receive requests are processed. The asynchronous events in the event loop is also a potential hook for MAC layers and other link layer modules which may need to process events outside of the normal message queue.
- Loading branch information
Joakim Nohlgård
committed
Jun 11, 2018
1 parent
2006937
commit 1dfdad0
Showing
4 changed files
with
147 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters