]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: describe command conitrace
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 25 Jan 2021 00:11:47 +0000 (01:11 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 25 Jan 2021 00:15:34 +0000 (01:15 +0100)
Provide a man-page for the conitrace command.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/usage/conitrace.rst [new file with mode: 0644]
doc/usage/index.rst

diff --git a/doc/usage/conitrace.rst b/doc/usage/conitrace.rst
new file mode 100644 (file)
index 0000000..d9916c8
--- /dev/null
@@ -0,0 +1,54 @@
+conitrace command
+=================
+
+Synopsis
+--------
+
+::
+
+    conitrace
+
+Description
+-----------
+
+The conitrace command is used to test the correct function of the console input
+driver. It is especially valuable for checking the support for special keys like
+<F1> or <POS1>.
+
+To display escape sequences on a single line the output only advances to the
+next line after detecting a pause of a few milliseconds.
+
+The output is hexadecimal.
+
+Examples
+--------
+
+Entering keys <B><SHIFT-B><CTRL-B><X>
+
+::
+
+    => conitrace
+    Waiting for your input
+    To terminate type 'x'
+    62
+    42
+    02
+    =>
+
+Entering keys <F1><POS1><DEL><BACKSPACE><X>
+
+::
+
+    => conitrace
+    Waiting for your input
+    To terminate type 'x'
+    1b 4f 50
+    1b 5b 48
+    1b 5b 33 7e
+    7f
+    =>
+
+Configuration
+-------------
+
+The conitrace command is only available if CONFIG_CMD_CONITRACE=y.
index 0309abf2ffd89c8b312e913f772f47bf904bba48..f75bd082378bcb7b9cb2e061f0ffa6777caf8928 100644 (file)
@@ -17,6 +17,7 @@ Shell commands
    bootefi
    bootmenu
    button
+   conitrace
    echo
    exit
    false