altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / kernel / ao_tracker.c
2022-04-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-04-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-02-17 Keith Packardao_tracker: Fix tracker_interval type to match config...
2022-02-17 Keith Packardao_log: Change flight type to uint16_t, widen APIs...
2022-01-11 Keith Packardaltos: Switch all tick variables to AO_TICK_TYPE/AO_TIC...
2020-06-14 Keith Packardaltos: Fix printf format mis-matches
2018-10-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-10-13 Keith Packardaltos: Eliminate 'pin' field from GPIO functions
2018-10-13 Keith Packardaltos: Make cmd number parsing functions return value
2017-05-01 Keith Packardsrc/kernel: Add GPS lock blink LED to tracker code
2016-07-12 Keith PackardSwitch from GPLv2 to GPLv2+
2015-02-07 Keith Packardaltos: Separate out ao_tracker force from dbg
2014-09-06 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-09-01 Keith Packardaltos: Don't add AO_LOG_FLIGHT to existing GPS logs
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-13 Keith Packardaltos/telegps: Create new flight if current flight...
2014-06-13 Keith Packardaltos/telegps: Keep ring of recent GPS positions to...
2014-06-12 Keith Packardaltos/telegps: Don't log data when plugged in to USB
2014-06-10 Keith Packardaltos: Simplify tracker logic, removing boost detect
2014-06-08 Keith Packardaltos: Define lat/lon sum variables as 64-bit instead...
2014-06-07 Keith Packardaltos: Write tracker logging from tracker thread directly
2014-06-07 Keith Packardaltos: Move ao_tracker.c to kernel