-
Notifications
You must be signed in to change notification settings - Fork 2.1k
sys/stdio: better document configuration #21459
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.
I like this change a lot, it makes the STDIO abstraction a lot more approachable.
Some small remarks to make it a bit easier to understand, but this is also open to discussion.
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.
Please squash :)
Thanks for addressing this :)
This changes the documentation of how to configure stdio, especially with regard on how to configure the stdio frontends with `printf_float`, `printf_long_long`, and `stdin`. Co-authored-by: crasbe <crasbe@gmail.com>
Thx a lot :-) |
Contribution description
This changes the documentation of how to configure stdio, especially with regard on how to configure the stdio frontends with
printf_float
,printf_long_long
, andstdin
.Testing procedure
The CI will provide a doc preview.
Issues/PRs references
None