-
Notifications
You must be signed in to change notification settings - Fork 2.1k
boards: introduce stdio_default
#21294
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
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, looks like a nice cleanup!
However, I'd expect much more boards (all of them?) currently defaulting to some stdio provider, and this PR only changes a handful of boards. Why is that so?
ping @benpicco |
|
Ah I see, something worth mentioning in the to-be-added documentation for |
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.
LGTM then, thanks!
Contribution description
Much like
netdev_default
orvfs_default
, this adds a pseudo-modulestdio_default
with which boards can define their preferred method of doing stdio.Testing procedure
examples/networking/misc/telnet_server
is updated to select the telnet stdio method in addition to the default stdio method.Issues/PRs references