-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sys: net: add netdev device driver using dev_eth low-level ethernet driver API #2770
Conversation
part of this work was paid by our friends from ELL-i
…non/RIOT into add_dev_eth_netdev
There ended somehow parts of #2600 up in here to. Can you please mention this in the description? ;-) |
Sorry, that was transitive from #2558 if I understand correctly. |
Well you need it, if you want to implement multicast and broadcast. It's also very important that this stays in as examplary code for ethernet multicast address generation |
I'll try to cut out dependencies in order to make reviewing easier... |
Obsoleted by #2776. |
(Can you close it then please) |
Based on #2558. Depends on #2766.
This PR makes any ethernet device that implements #2766 available for the new network stack.