OSDN Git Service

Add "microcom" to pending.
authorElliott Hughes <enh@google.com>
Sat, 14 Jan 2017 21:12:13 +0000 (13:12 -0800)
committerRob Landley <rob@landley.net>
Sat, 14 Jan 2017 22:53:10 +0000 (16:53 -0600)
commit12fcf08b5c96238530148d7d9975642b2299e39a
tree10d2bfd0dbca618a5820810aefc341b5929fd02f
parentae7ea62eea205d2816e09070b034a588dbaaaa6a
Add "microcom" to pending.

Our device bringup folks wanted a simple serial console, both on the
host and on the device. This is certainly enough to replace what I've
been using personally on the host.

I'd never heard of "microcom" until I asked the internets what busybox
users use, so I don't care what we call this or what the options are
called. (But would like to decide before it gets ossified in a million
factory test scripts and the like!)

The tool that this replaces for me defaulted to /dev/ttyUSB0, but since
I don't know whether that default would be useful for most other people
too, I left that out. Command-line history will solve my transition
problem.
toys/pending/microcom.c [new file with mode: 0644]