telegps-v1.0: Provide one log and append to it
[fw/altos] / src / kernel /
2014-08-18 Keith Packardtelegps-v1.0: Provide one log and append to it
2014-08-15 Keith Packardaltos: Report additional pyro channels via beeper
2014-08-15 Keith Packardaltos: Have MicroKite just start recording at startup
2014-08-14 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-07-14 Keith Packardaltos: Make ao_gps_print deal with telem containing...
2014-07-14 Keith Packardaltos: Interrupt radio receive when changing data rate
2014-07-11 Keith Packardaltos: Use 32-bits for flight state data (alt/speed...
2014-07-11 Keith Packardaltos: Record pdop value in TeleMetrumV2 log
2014-07-11 Keith Packardaltos: Extend GPS altitudes to at least 24 bits everywhere
2014-07-09 Keith Packardaltos: Add smaller pa to altitude table for TeleMini
2014-07-09 Keith Packardaltos/telemini-v2.0: Add memory decorations to new...
2014-07-06 Keith PackardAdd support for the "kite" micropeak variant
2014-07-05 Keith Packardaltos: Rework packet receive for cc1120
2014-07-05 Keith Packardaltos: Call ao_telemetry_reset_interval when telemetry...
2014-07-05 Keith Packardaltos: Add config support for 2400 and 9600 baud teleme...
2014-07-05 Keith Packardaltos: Add defines for 2400 and 9600 baud telemetry...
2014-07-05 Keith Packardaltos: Reduce configuration data telemetry to once...
2014-07-05 Keith Packardaltos: Use TeleMetrum v1.9 board for MegaDongle experiments
2014-07-05 Keith Packardaltos: ao_rssi subsystem needs to use AO_LED_TYPE inste...
2014-06-25 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-06-24 Keith Packardaltos: Add optional debugging to print out pyro firing...
2014-06-23 Keith Packardaltos: Make APRS SSID configurable
2014-06-13 Keith Packardaltos/telegps: Create new flight if current flight...
2014-06-13 Keith Packardaltos: Define ao_log_mutex in ao_log.c rather than...
2014-06-13 Keith Packardaltos/telegps: Keep ring of recent GPS positions to...
2014-06-13 Keith Packardaltos: Show current flight number for TeleGPS
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-10 Keith PackardRevert adding state to GPS location packets
2014-06-10 Keith Packardaltos: Make extra pyro channel firing time configurable
2014-06-10 Keith Packardaltos: Report total available log space in version...
2014-06-08 Keith Packardaltos: Encode TeleGPS battery voltage in configuration...
2014-06-08 Keith Packardaltos: Reduce tracker GPS buffer to 4 samples
2014-06-08 Keith Packardaltos: Define lat/lon sum variables as 64-bit instead...
2014-06-08 Keith Packardaltos: Use 0x80 to indicate valid state value in the...
2014-06-07 Keith Packardaltos: Write tracker logging from tracker thread directly
2014-06-07 Keith Packardaltos: Add TeleGPS logging format
2014-06-07 Keith Packardaltos: Clear out eeprom erase records when writing...
2014-06-07 Keith Packardaltos: Allow value other than 0 for marking erased...
2014-06-07 Keith Packardaltos: Allow AO_CONFIG_MAX_SIZE to be configured. Valid...
2014-06-07 Keith Packardaltos: Move ao_tracker.c to kernel
2014-06-06 Keith Packardaltos: Fix config to set default log size for all devic...
2014-06-06 Keith Packardaltos: Stick flight state in GPS location packets
2014-06-06 Keith Packardaltos: ao_distance was overflowing when checking for...
2014-06-06 Keith Packardaltos: Include sensor logging task only on flight boards
2014-06-06 Keith Packardaltos: Add ao_distance.c to compute cartesian distances...
2014-06-03 Keith Packardaltos: Fetch/store only 8 bits for pyro state values
2014-06-03 Keith Packardaltos: Maximum pyro configuration parameter has 4 bytes...
2014-06-03 Keith Packardaltos: Configuring pyro channels can use more than...
2014-05-31 Keith Packardaltos: Allow sparse GPS data logging for TeleGPS
2014-05-27 Keith Packardaltos: Fake flight code changes in kernel and stm
2014-05-26 Keith Packardaltos: Move ao_config declarations to ao_config.h
2014-05-21 Keith Packardaltos: Add config values for tracker start motion limits
2014-05-21 Keith Packardaltos: Don't define ao_ignite_decivolt without igniters
2014-05-21 Keith Packardaltos: Expose ao_gps_set_rate from u-blox driver
2014-05-16 Keith Packardaltos: stm and lpc ao_boot.h were identical. move to...
2014-05-13 Keith PackardMerge remote-tracking branch 'origin/master'
2014-05-13 Keith Packardaltos: Report amount of program space available in...
2014-05-09 Keith Packardaltos: Fix byte offsets in the mega AO_LOG_FLIGHT packets
2014-05-09 Keith Packardaltos: 8051 64 * 16 multiply function was broken for...
2014-05-02 Keith Packardaltos: Add configurable beep tone
2014-04-13 Keith Packardaltos: Switch beeping to farnsworth spacing
2014-04-05 Keith Packardaltos: Report battery voltage instead of S at startup
2014-04-05 Keith Packardaltos: Rename 'core' to 'kernel'