altos: Hacks to get telegps v1.0 running
authorKeith Packard <keithp@keithp.com>
Wed, 21 May 2014 21:38:00 +0000 (14:38 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 31 May 2014 00:32:53 +0000 (17:32 -0700)
commita339a91d64d011add2dfeccd5402af57d932b41a
tree976e1aa0f7af37b9453672b1f83bbf91588f9dc7
parent177d3c0333fd4218f01e05c78cbc5f186c8e32c0
altos: Hacks to get telegps v1.0 running

Mine is busted, and there are a lot of cc115l kludges in here

Signed-off-by: Keith Packard <keithp@keithp.com>
14 files changed:
src/Makefile
src/drivers/ao_cc115l.c
src/kernel/ao_distance.c [new file with mode: 0644]
src/kernel/ao_distance.h [new file with mode: 0644]
src/kernel/ao_log.c
src/kernel/ao_log_mega.c
src/lpc/ao_spi_lpc.c
src/product/ao_tracker.c [new file with mode: 0644]
src/telegps-v1.0/.gitignore [new file with mode: 0644]
src/telegps-v1.0/Makefile [new file with mode: 0644]
src/telegps-v1.0/ao_pins.h [new file with mode: 0644]
src/telegps-v1.0/ao_telegps.c [new file with mode: 0644]
src/telegps-v1.0/flash-loader/Makefile [new file with mode: 0644]
src/telegps-v1.0/flash-loader/ao_pins.h [new file with mode: 0644]