altos: Get CC115L radio working.
authorKeith Packard <keithp@keithp.com>
Sat, 30 Mar 2013 00:05:36 +0000 (17:05 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 30 Mar 2013 00:05:36 +0000 (17:05 -0700)
commit93a9aa703a0173e13b327ed432e6d52e90ebfa1b
treeba7136232c7146abc43132a73683df7a4a966c58
parent9aeed244879f90b5b6dab1c7ca095cc001b03fe5
altos: Get CC115L radio working.

This involved figuring out which GPIO signal would reliably indicate
that the transmitter was finished; I ended up using the PA_PD bit for
this.

This also converts all of the radio users to the long packet support
as the CC115L has only a 64-byte fifo, not large enough to hold either
an RDF tone or a regular AltOS telemetry packet.

This also renames the public API for sending APRS packets from
ao_radio_send_lots to ao_radio_send_aprs, which is at least more
accurate. The workings of that API haven't changed, just the name.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao.h
src/drivers/ao_aprs.c
src/drivers/ao_cc1120.c
src/drivers/ao_cc115l.c
src/drivers/ao_rf_cc115l.h [deleted file]
src/telegps-v0.1/Makefile
src/telegps-v0.1/ao_pins.h
src/test/ao_aprs_test.c