-
Notifications
You must be signed in to change notification settings - Fork 2.1k
build system: rename ethernet feature into netif_ethernet #20694
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
Conversation
The `ethernet` feature has not yet been used, so renaming it should not cause any issue. The goal is to eventually have a number of `netif_<type>` features that would allow filtering boards by the time of connectivity the have.
I would be fine if #20695 would get ACKed in merged directly; which depends on and includes this one. |
Looks like you missed some boards that use |
I think that should rather be renamed into I guess we eventually should have some common place where |
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.
Thanks!
@benpicco Would you be fine with it if I tackle ESP as follow up? |
sure if that makes things any simpler ¯\(ツ)/¯ |
Thx a bunch :) |
Contribution description
This renames the
ethernet
feature intonetif_ethernet
. The goal is to eventually have a number ofnetif_<type>
features that would allow filtering boards by the time of connectivity the have.Testing procedure
The
ethernet
feature has not yet been used, so renaming it should not cause any issue. The CI will test this, though.Issues/PRs references
None