Skip to content
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/terminals: add putty and sort terminals #20611

Merged
merged 3 commits into from
Apr 23, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions doc/doxygen/src/terminal-programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ character (0xD, 0xA). See https://en.wikipedia.org/wiki/Newline for background.
This page tries to collect needed settings for common terminal programs that
will make them correctly display newlines.

picocom {#picocom}
=======
- Generic method:
- Start with `--imap lfcrlf` parameter.
- Via RIOT build system:
- `RIOT_TERMINAL=picocom make term`

gtkterm {#gtkterm}
======
- Graphical method:
Expand All @@ -47,3 +40,16 @@ miniterm {#miniterm}
- Start with `--eol CR`parameter.
- Via RIOT build system:
- `RIOT_TERMINAL=miniterm make term`

picocom {#picocom}
=======
- Generic method:
- Start with `--imap lfcrlf` parameter.
- Via RIOT build system:
- `RIOT_TERMINAL=picocom make term`

putty
krzysztof-cabaj marked this conversation as resolved.
Show resolved Hide resolved
=====
- Graphical method:
- Go to configuration tree and choose `Terminal` branch.
- Enable option `Implicit CR in every LF`.
Loading