Skip to content

Commit

Permalink
Merge pull request #20611 from krzysztof-cabaj/doc-terminal-programs
Browse files Browse the repository at this point in the history
doc/terminals: add putty and sort terminals
  • Loading branch information
benpicco authored Apr 23, 2024
2 parents 009d76e + b443c70 commit b1552c5
Showing 1 changed file with 13 additions and 7 deletions.
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 {#putty}
=====
- Graphical method:
- Go to configuration tree and choose `Terminal` branch.
- Enable option `Implicit CR in every LF`.

0 comments on commit b1552c5

Please sign in to comment.