altos/cc1200: Adjust bit-sync configuration
[fw/altos] / src / kernel /
2015-02-14 Keith Packardaltos: embed ao_alarm and ao_clear_alarm in ao_sleep_for
2015-02-14 Keith Packardaltos: Replace ao_alarm/ao_clear_alarm with ao_sleep_for
2015-02-07 Keith Packardaltos: Separate out ao_tracker force from dbg
2015-02-01 Keith Packardaltos: Always include a check for stdio overflow
2015-01-28 Keith Packardaltos/stmf0: Re-implement fast ADC code for stmf0
2015-01-24 Keith Packardaltos: Add support for TeleBT v3.0
2015-01-23 Keith Packardaltos: Get rid of some accidental debug code
2015-01-16 Keith PackardSet version to 1.5.9.1 1.5.9.1
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-11-07 Keith Packardaltos: Use other TeleDongle LED for CRC-invalid packet...
2014-11-06 Keith Packardaltos: Declare port register type only in arch header
2014-10-26 Keith Packardaltos: Fix up telemetry delay computations
2014-10-25 Keith Packardaltos: Remove old AO_SEND_ALL_BARO bits
2014-10-25 Keith Packardaltos: Sort out ao_gps_print altitude fetching
2014-10-25 Keith Packardaltos: Expose telemetry altitude macros even without GPS
2014-10-04 Keith Packardaltos: Fix syntax error with ao_log_mega change.
2014-10-04 Keith Packardaltos: Record 32-bits for gyro calibration values
2014-09-12 Keith Packardaltos: Make sure we don't beep out continuity twice...
2014-09-11 Keith Packardaltos: Fix ability to disable telemetry by setting...
2014-09-06 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-09-04 Keith Packardaltos: Allow negative values for pyro configuration...
2014-09-01 Keith Packardaltos: Don't add AO_LOG_FLIGHT to existing GPS logs
2014-08-29 Keith Packardaltos: Make sure pyro remains valid during delay
2014-08-18 Keith Packardaltos: Add telerepeat-v1.0
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'