altos/cc1200: Adjust bit-sync configuration
[fw/altos] / src / drivers / ao_aprs.c
2014-08-14 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-07-11 Keith Packardaltos: Extend GPS altitudes to at least 24 bits everywhere
2014-06-25 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-06-23 Keith Packardaltos: Make APRS SSID configurable
2014-06-20 Keith Packardaltos/aprs: Encode last serial number in SSID. Transmit...
2014-05-31 Keith Packardaltos: Switch APRS altitude encoding computation to...
2014-05-21 Keith Packardaltos: Allow APRS to send just battery voltage
2014-02-10 Keith Packardaltos: Put locked/unlocked GPS status in APRS comments
2014-02-10 Keith Packardaltos: Re-send previous GPS position in APRS if lock...
2014-02-09 Keith Packardaltos: Report nsat in view in APRS packet
2014-02-07 Keith Packardaltos: report 0/0/0 for APRS position when GPS is not...
2014-01-15 Keith Packardaltos: Report battery, apogee and main voltages over...
2014-01-15 Keith Packardaltos: Switch APRS to compressed position format
2013-03-30 Keith Packardaltos: Get CC115L radio working.
2012-12-29 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2012-12-25 Keith PackardMerge branch 'master' into micropeak-logging
2012-12-17 Keith PackardMerge branch 'aprs' into 'master'
2012-12-16 Keith Packardaltos: Round APRS data correctly
2012-12-08 Keith Packardaltos: Fix aprs test to not allow callsign configuration
2012-12-08 Keith PackardMerge branch 'master' into aprs
2012-12-08 Keith Packardaltos: Use configured callsign in APRS packets
2012-12-07 Keith PackardMerge branch 'master' into aprs
2012-12-06 Keith Packardaltos: Hook APRS up to the radio
2012-12-06 Keith Packardaltos: Prepare APRS for use within altos itself
2012-12-06 Keith Packardaltos: Start restructuring APRS code to create and...
2012-12-06 Keith Packardaltos: Remove a bunch of time bits from the APRS code
2012-12-06 Keith Packardaltos: Remove APRS sine-wave table
2012-12-06 Keith Packardaltos: More APRS trimming
2012-12-06 Keith Packardaltos: Remove more unused APRS code
2012-12-06 Keith Packardaltos: Reduce printf calls in APRS packet generation
2012-12-06 Keith Packardaltos: Strip out everything but the basic position...
2012-12-06 Keith PackardSigned-off-by: Keith Packard <keithp@keithp.com>
2012-12-06 Keith Packardaltos: Generate all of the APRS messages
2012-12-06 Keith Packardaltos: Add test scaffolding for APRS
2012-12-06 Keith Packardaltos: Make aprs code output encoded packets to stdout
2012-12-05 Keith Packardaltos: Add Pico Beacon code as ao_aprs.c