altos: Shuffle LCO functions around, add telelco first cut
authorKeith Packard <keithp@keithp.com>
Thu, 30 Aug 2012 21:16:52 +0000 (16:16 -0500)
committerKeith Packard <keithp@keithp.com>
Thu, 30 Aug 2012 21:16:52 +0000 (16:16 -0500)
commit2c59954fdf204f443d9bb28c4a66a30f925ef348
tree2e7c44adb7a7cdaf6449a17a11417c1e891401a9
parent72d44d14aefcb754b871835aec8d265771357212
altos: Shuffle LCO functions around, add telelco first cut

Pull LCO functions shared between LCO UI and command line into
ao_lco_funcs.c.

Import bits for telelco.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_lco_cmd.c
src/drivers/ao_lco_func.c [new file with mode: 0644]
src/drivers/ao_lco_func.h [new file with mode: 0644]
src/telelco-v0.1/Makefile [new file with mode: 0644]
src/telelco-v0.1/ao_lco.c [new file with mode: 0644]
src/telelco-v0.1/ao_lco.h [new file with mode: 0644]
src/telelco-v0.1/ao_pins.h [new file with mode: 0644]
src/telelco-v0.1/ao_telelco.c [new file with mode: 0644]