From bea0e38148417621737b840969d8dd1bfd91d3dd Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Mon, 22 Apr 2024 16:09:04 +0200 Subject: [PATCH 1/3] doc/terminals: add putty --- doc/doxygen/src/terminal-programs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/doxygen/src/terminal-programs.md b/doc/doxygen/src/terminal-programs.md index fd03b318a2..a811f19988 100644 --- a/doc/doxygen/src/terminal-programs.md +++ b/doc/doxygen/src/terminal-programs.md @@ -47,3 +47,9 @@ miniterm {#miniterm} - Start with `--eol CR`parameter. - Via RIOT build system: - `RIOT_TERMINAL=miniterm make term` + +putty +===== +- Graphical method: + - Go to configuration tree and choose `Terminal` branch. + - Enable option `Implicit CR in every LF`. From a51e99d03cd9d5cca8bfda691b7321c186716bc6 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Tue, 23 Apr 2024 09:16:59 +0200 Subject: [PATCH 2/3] doc/terminals: sort terminals alphabetically --- doc/doxygen/src/terminal-programs.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/doxygen/src/terminal-programs.md b/doc/doxygen/src/terminal-programs.md index a811f19988..dc7e334c83 100644 --- a/doc/doxygen/src/terminal-programs.md +++ b/doc/doxygen/src/terminal-programs.md @@ -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: @@ -48,6 +41,13 @@ miniterm {#miniterm} - 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 ===== - Graphical method: From b443c70a1d200039e3b658b8ecd4bc9d94bf6d33 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Tue, 23 Apr 2024 12:14:47 +0200 Subject: [PATCH 3/3] doc/terminals: add to putty TOC link --- doc/doxygen/src/terminal-programs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/src/terminal-programs.md b/doc/doxygen/src/terminal-programs.md index dc7e334c83..b2446b8bce 100644 --- a/doc/doxygen/src/terminal-programs.md +++ b/doc/doxygen/src/terminal-programs.md @@ -48,7 +48,7 @@ picocom {#picocom} - Via RIOT build system: - `RIOT_TERMINAL=picocom make term` -putty +putty {#putty} ===== - Graphical method: - Go to configuration tree and choose `Terminal` branch.