-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
sample: drivers: enc28j60: Ethernet controller sample app #23730
Conversation
Example how to use enc28j60 Ethernet controller. Signed-off-by: Jukka Rissanen <[email protected]>
ping @nashif @carlescufi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on API meeting today, rather than introducing a specific sample for enc28j60, can we decide which networking sample/test might make sense for ethernet? ./samples/net/sockets/echo_client/server?
That is problematic as the overlay is board specific so you would have multiple overlays for enc28j60 in each sample. Also we cannot pick that said overlay automatically as there is no board that has controller by default. |
Not sure I follow the comment about We've have cases in all over the place for sensors or such that don't exist directly on a board but has a board overlay that shows how it can exist on a board (even if that requires being wired up). |
@jukkar I think it would be easier to add generic arduino shield support for the ENC28J60 controller, like we have it for few display controller. |
Ok, makes sense. Lets close this one. |
Example how to use enc28j60 Ethernet controller.
Signed-off-by: Jukka Rissanen [email protected]
As agreed in API meeting, here is a sample for enc28j60 Ethernet controller. This initial version is using black_f407ve board as that was the only one that I had setup to use enc28j60. Other boards can be added by placing proper config files to board directory and adding whitelisting entries to sample.yaml file.