altos: Add initial TeleBT code
authorKeith Packard <keithp@keithp.com>
Fri, 1 Apr 2011 03:58:14 +0000 (20:58 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 1 Apr 2011 03:59:07 +0000 (20:59 -0700)
commit8e74cf6d1c70a7a17d01c20f6831571245392498
tree2857a2387e7e2dc3ddec030eef114f51d767bcc8
parentc0971abc02b05d136aea257f3f40ba3b22b1d441
altos: Add initial TeleBT code

Prototyping with a TeleMetrum v0.1 board and a serial link to a
bluetooth module.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/Makefile
src/Makefile.proto
src/ao.h
src/ao_btm.c [new file with mode: 0644]
src/ao_pins.h
src/ao_serial.c
src/ao_stdio.c
src/ao_telebt.c [new file with mode: 0644]
src/telebt-v0.0/.gitignore [new file with mode: 0644]
src/telebt-v0.0/.sdcdbrc [new file with mode: 0644]
src/telebt-v0.0/Makefile.defs [new file with mode: 0644]