altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / kernel / ao_telemetry.c
2023-01-19 Keith PackardMerge branch 'easymotor-flight'
2022-12-18 Keith Packardaltos: Add TeleMega v6.0
2022-11-26 Keith PackardMerge branch 'master'
2022-11-20 Keith Packardaltos: Enable telemetrum telemetry for telemetrum v4.0
2022-11-13 Keith Packardaltos: Make sure APRS packets are reasonably separated
2022-10-28 Keith PackardMerge branch 'easymotor-v3'
2022-10-28 Keith Packardaltos: Allow setting telemetry interval to zero without...
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_telemetry: Add casts to reduce -Wconversion warnings
2022-02-17 Keith Packardao_telemetry: Use int16_t types for telemetry packet...
2022-02-17 Keith Packardao_telemetry: Switch time variables to AO_TICK_TYPE
2021-09-19 Keith Packardaltos: Add normalized telemetry support
2020-03-05 Keith Packardaltos: add APRS 'offset' value to set APRS transmision...
2020-02-13 Keith Packardaltos: Add new telemetry packet format for TeleMega v4
2019-11-26 Keith Packardaltos: Send "metrum" telemetry packets for TeleMetrum...
2019-09-18 Keith PackardMerge remote-tracking branch 'mjb/android-build-update'
2019-09-16 Keith Packardaltos: Replace ao_xmem functions with direct mem calls
2019-02-18 Keith Packardaltos: Mark local functions 'static'
2018-10-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-10-13 Keith Packardaltos: Remove 8051 address space specifiers
2018-10-13 Keith Packardaltos: Remove *_TO_DATA macros
2017-12-02 Keith Packardaltos/kernel: MPU9250 support
2017-07-21 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-06-12 Keith Packardaltos: HMC5883 output order is X Z Y
2017-05-01 Keith Packardaltos/kernel: Allow TeleGPS v2 to scale battery in...
2017-02-20 Keith Packardaltos: Split out TeleMini v3 log/telem labeling
2016-07-27 Keith Packardaltos: Don't switch to flight 0 when log fills in flight
2016-07-12 Keith PackardSwitch from GPLv2 to GPLv2+
2016-01-10 Keith Packardaltos: Insert inter telemetry-packet delay
2015-02-22 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2015-02-14 Keith Packardaltos: Replace ao_alarm/ao_clear_alarm with ao_sleep_for
2014-12-06 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-11-17 Keith Packardaltos: Allow TeleMega to be built without MPU6000
2014-10-26 Keith Packardaltos: Fix up telemetry delay computations
2014-10-25 Keith Packardaltos: Remove old AO_SEND_ALL_BARO bits
2014-09-11 Keith Packardaltos: Fix ability to disable telemetry by setting...
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-07-09 Keith Packardaltos/telemini-v2.0: Add memory decorations to new...
2014-07-05 Keith Packardaltos: Call ao_telemetry_reset_interval when telemetry...
2014-07-05 Keith Packardaltos: Reduce configuration data telemetry to once...
2014-06-10 Keith PackardRevert adding state to GPS location packets
2014-06-08 Keith Packardaltos: Encode TeleGPS battery voltage in configuration...
2014-06-08 Keith Packardaltos: Use 0x80 to indicate valid state value in the...
2014-06-06 Keith Packardaltos: Stick flight state in GPS location packets
2014-04-05 Keith Packardaltos: Rename 'core' to 'kernel'