-
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
doc/boards: information concerning access to RIOT shell #17453
Comments
With #17454 merged, can this be considered as solved? |
I open this issue to note some lacks in board documentation - which could be a problem for newbie. On one hand, the issue is unsolved - and there is still undone work in boards documentation concerning this issue topic. If you think that there is chance that somebody else could add such description to boards documentation we could leave this issue opened. |
Description
When I try connecting to RIOT shell flashed at RPi-pico board, I cannot find any details concerning connection in board documentation. This could be a problem, especially for users not familiar with microcontrollers. After some investigation of documentation for dozen boards, I find that this information is inconsistent and, in many boards, missing. For example, sections that contain this kind of information are titled: Accessing STDIO via UART, Using UART, STDIO configuration or simply STDIO - to mention a few. Sometimes this title does not correspond to reality, for example, title Accessing STDIO via UART and the first sentence: "STDIO of RIOT is directly available over the USB port" ... where board uses CDC-ACM USB module. Only in the documentation of one board I find a connection baud rate, however few are used.
In this issue I would like to introduce and discuss some common style of such information. Of course, all information could be found in the Internet or simply checked/guessed, but such information, especially for people starting with RIOT would be beneficial.
Section title: Accessing RIOT shell
Necessarily information:
This section should be placed just after the section describing the flashing procedure.
Useful links
Sample connection description using this style: PR #17454
I'm looking forward comments and suggestions.
The text was updated successfully, but these errors were encountered: