summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* altos: Send APRS packets even during ascentKeith Packard2012-12-06
* altos: Allow telemetry, rdf and APRS to be individually controlledKeith Packard2012-12-06
* altos: Hook up APRS to telemetry loopKeith Packard2012-12-06
* altos: Hook APRS up to the radioKeith Packard2012-12-06
* altos: Prepare APRS for use within altos itselfKeith Packard2012-12-05
* altos: Start restructuring APRS code to create and send packetsKeith Packard2012-12-05
* altos: Remove a bunch of time bits from the APRS codeKeith Packard2012-12-05
* altos: Remove APRS sine-wave tableKeith Packard2012-12-05
* altos: More APRS trimmingKeith Packard2012-12-05
* altos: Remove more unused APRS codeKeith Packard2012-12-05
* altos: Reduce printf calls in APRS packet generationKeith Packard2012-12-05
* altos: Strip out everything but the basic position reporting from APRSKeith Packard2012-12-05
* Signed-off-by: Keith Packard <keithp@keithp.com>Keith Packard2012-12-05
* altos: Add missing ao_aprs.h fileKeith Packard2012-12-05
* altos: Generate all of the APRS messagesKeith Packard2012-12-05
* altos: Add test scaffolding for APRSKeith Packard2012-12-05
* altos: Make aprs code output encoded packets to stdoutKeith Packard2012-12-05
* altos: Add Pico Beacon code as ao_aprs.cKeith Packard2012-12-05
* altos: Break out GPS speed resetting sequenceKeith Packard2012-12-04
* altos: shrink ao_companion_status by merging printf callsKeith Packard2012-12-04
* altos: Make skytraq reflashing code try both 9600 and 4800 baudKeith Packard2012-11-30
* altos: Add support for reflashing skytraq GPS chipsKeith Packard2012-11-30
* altos: Expose GPS serial fifo on MegaMetrumKeith Packard2012-11-30
* altos: Add ao_task_minimize_latency to reduce IRQ delaysKeith Packard2012-11-30
* altos: Use ao_xmemcpy in ao_log_telem.cKeith Packard2012-11-30
* altos: Add support for 115200 baud serial ratesKeith Packard2012-11-30
* altos: Make stdio 8-bit clean by making pollchar return intKeith Packard2012-11-30
* altos: Share cc1111 reset/debug-start codeKeith Packard2012-11-30
* altos: Shrink cc1111/ao_dbg.c a bitKeith Packard2012-11-30
* altos: Share getnibble functionKeith Packard2012-11-30
* altos: Make TeleBalloon v1.1 build againKeith Packard2012-11-29
* altos: Slow down micropeak report timingKeith Packard2012-11-18
* altos: micropeak LED is orange now, not blueKeith Packard2012-11-18
* altos: Clean everything, even if we don't have compilersKeith Packard2012-11-18
* altos: Make Tm recovery mode set RF cal and callsign tooKeith Packard2012-11-18
* altos: fix cc1120 radio test - state wasn't made staticKeith Packard2012-11-18
* altos: Build megadongle when possible1.1.9.2Keith Packard2012-11-01
* altos/megadongle: Add megadongle productKeith Packard2012-11-01
* altos: Remove legacy telemetry from ao_monitor when not neededKeith Packard2012-11-01
* altos: Remove 'volatile' from ao_rssi.c globalsKeith Packard2012-11-01
* altos/stm: Support LEDs on multiple portsKeith Packard2012-11-01
* altos/attiny: Remove debugging code which frobs PB1Keith Packard2012-10-30
* altos/micropeak: Run MS5607 at max resolution for micropeakKeith Packard2012-10-30
* altos/micropeak: Clock micropeak at 250kHz to save powerKeith Packard2012-10-30
* altos/attiny: Don't initialize the CS pin in the general SPI setupKeith Packard2012-10-30
* altos/micropeak: Set boost detect to 10m. Add 30s boost delay.Keith Packard2012-10-29
* altos: Build micropeak when avr-gcc is availableKeith Packard2012-10-29
* altos/micropeak: Switch to MS5607 sensor. Require 4m for boost. Elide dead codeKeith Packard2012-10-29
* altos/attiny: Update to new interrupt macrosKeith Packard2012-10-29
* altos: Provide ao_task_alarm_tick to reduce per-tick costKeith Packard2012-10-26