cmd: add conitrace command
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 7 Sep 2018 17:43:11 +0000 (19:43 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Sep 2018 01:49:18 +0000 (21:49 -0400)
commit29cfc096a7d3aeefdabbe4487097857ea821a553
tree811a726505318c97190c8d5a1da077a44fd53939
parent03190a7888493058c3a0fd6c50fd0b8dadd165ee
cmd: add conitrace command

The 'conitrace' command prints the codes received from the console input as
hexadecimal numbers.

This developer utility is useful for testing the handling of special keys
by keyboard drivers.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/Kconfig
cmd/Makefile
cmd/conitrace.c [new file with mode: 0644]