Add radio support. Build separate executables for TeleMetrum and the TI dongle
authorKeith Packard <keithp@keithp.com>
Tue, 21 Apr 2009 06:33:41 +0000 (23:33 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 21 Apr 2009 06:33:41 +0000 (23:33 -0700)
commit43c8f7012102cdb591ace899420c10e4a78385ad
tree6ce45d0a58b1133961acd3cda3f3be21fef085b4
parent5be13b76a2e29b84cd6d1eec065e3354b0dafce5
Add radio support. Build separate executables for TeleMetrum and the TI dongle

Ok, way too big a patch, but things were in rough shape.
This patch adds support for the radio, both transmit and receive.
Then, because I could no longer run the TeleMetrum code on the TI
dongle, I ended up building a separate image for the TI board, which
involved creating a mechanism for having multiple command sets and splitting
code for different functions into different files.
27 files changed:
Makefile
ao.h
ao_adc.c
ao_cmd.c
ao_convert.c
ao_dbg.c
ao_dma.c
ao_ee.c
ao_flight.c
ao_gps.c
ao_gps_print.c [new file with mode: 0644]
ao_log.c
ao_main.c
ao_monitor.c [new file with mode: 0644]
ao_panic.c
ao_radio.c [new file with mode: 0644]
ao_report.c
ao_serial.c
ao_stdio.c [new file with mode: 0644]
ao_task.c
ao_telemetrum.c [new file with mode: 0644]
ao_telemetry.c [new file with mode: 0644]
ao_tidongle.c [new file with mode: 0644]
ao_timer.c
ao_usb.c
cc1111.h
check-stack