Enable packet-based communcation to command processor
authorKeith Packard <keithp@keithp.com>
Mon, 2 Nov 2009 04:57:03 +0000 (20:57 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 2 Nov 2009 04:57:03 +0000 (20:57 -0800)
commitca5d323a3d206050d95f52a61e92c69e1f54e7b5
treeee9bb6903039953d6f0d1a70a6d53bbdbac9ab58
parent6c1a9ce16b966a21c885bf3be31cbcb85368b3fa
Enable packet-based communcation to command processor

This splits the packet code into master/slave halves and hooks the
slave side up to the getchar/putchar/flush logic in ao_stdio.c

Signed-off-by: Keith Packard <keithp@keithp.com>
src/Makefile
src/ao.h
src/ao_flight.c
src/ao_flight_test.c
src/ao_packet.c
src/ao_packet_master.c [new file with mode: 0644]
src/ao_packet_slave.c [new file with mode: 0644]
src/ao_stdio.c
src/ao_teledongle.c
src/ao_telemetrum.c
src/ao_usb.c