mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20611 from krzysztof-cabaj/doc-terminal-programs
doc/terminals: add putty and sort terminals
This commit is contained in:
commit
b1552c5118
@ -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
|
This page tries to collect needed settings for common terminal programs that
|
||||||
will make them correctly display newlines.
|
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}
|
gtkterm {#gtkterm}
|
||||||
======
|
======
|
||||||
- Graphical method:
|
- Graphical method:
|
||||||
@ -47,3 +40,16 @@ miniterm {#miniterm}
|
|||||||
- Start with `--eol CR`parameter.
|
- Start with `--eol CR`parameter.
|
||||||
- Via RIOT build system:
|
- Via RIOT build system:
|
||||||
- `RIOT_TERMINAL=miniterm make term`
|
- `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`.
|
||||||
|
Loading…
Reference in New Issue
Block a user