Skip to content

Commit

Permalink
fixup! doc: add terminal program configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Mar 20, 2024
1 parent 824d34c commit 272259e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/doxygen/src/terminal-programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ will make them correctly display newlines.

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

gtkterm {#gtkterm}
======
Expand All @@ -40,4 +43,7 @@ minicom {#minicom}

miniterm {#miniterm}
========
Start with `--eol CR`parameter.
- Generic method:
- Start with `--eol CR`parameter.
- Via RIOT build system:
- `RIOT_TERMINAL=miniterm make term`

0 comments on commit 272259e

Please sign in to comment.