fw/altos
2012-10-23 Keith Packardaltoslib: capitalize 'Invalid' state name appropriately
2012-10-23 Keith Packardaltosui/altoslib: Add support for configuring pyro...
2012-10-22 Keith Packardaltos: Add state comparisons to pyro channel conditions
2012-10-22 Keith Packardaltosdroid: AltosState now has speed and max_speed...
2012-10-22 Keith Packardaltoslib: Add AltosRecordNone.java
2012-10-22 Keith Packardaltos/test: Use MMA655X in ao_flight_test_mm. Add run...
2012-10-22 Keith Packardaltosui: Handle .mega files in Landed tab 'Graph Flight...
2012-10-21 Keith Packardaltos: Document mega log packet types
2012-10-21 Keith Packardaltoslib: Parse GPS .mega file entries for reply/graphing
2012-10-21 Keith Packardaltoslib: Move computed state from AltosRecord to Altos...
2012-10-21 Keith Packardaltoslib: Compute accelerometer speed from megametrum...
2012-10-21 Keith Packardaltoslib: remove a couple of TM log record types from...
2012-10-21 Keith Packardaltoslib: MegaMetrum eeprom never loses GPS date
2012-10-21 Keith Packardaltosui: Correct megametrum eeprom filename date
2012-10-21 Keith Packardaltosui: Add new filename filters
2012-10-21 Keith Packardaltos/stm: Stop spewing clock out PA8 pin
2012-10-18 Keith PackardMerge branch 'master' into pwmin-new pwmin-new 1.1.9.1
2012-10-18 Keith Packardaltosui: Re-add a couple of "unused" values
2012-10-18 Keith PackardBump version to 1.1.9.1
2012-10-18 Keith Packardaltos/megametrum: Switch back to using the MS5607
2012-10-18 Keith PackardMerge branch 'master' into mm-ms5611
2012-10-17 Keith Packardaltos: Build telescience-pwm product when possible
2012-10-17 Keith Packardaltos: Add telescience-pwm product
2012-10-17 Keith Packardaltos: Only enable PWM on telescience_pwm product
2012-10-17 Robert Garbeetelescience: correctly calculating rate values with...
2012-10-17 Robert GarbeeICP3 working
2012-10-17 Robert GarbeeTimer 3 working with slower clock and all 16 bits.
2012-10-17 Robert Garbeefirst work on PWM input to TeleScience, 'p' command...
2012-10-17 Robert Garbeetelescience: steal last adc channel for icp3 most recen...
2012-10-17 Keith Packardaltosui: Accept serial number of zero for eeprom download
2012-10-17 Keith Packardaltos/avr: Use ISR_BLOCK to disable interrupts during...
2012-10-17 Keith Packardaltosui: Print exception stack trace when tracking...
2012-10-17 Keith Packardaltosui: Handle missing pad distance in descent tab
2012-10-15 Keith Packardaltos/telelco: Make the RSSI led turn red when no packe...
2012-10-15 Keith Packardaltos/telelco: 10ms is not enough time to get a packet...
2012-10-15 Keith Packardaltos/telelco: Only display every 10th box number durin...
2012-10-15 Keith Packardaltos/telelco: Crank up SPI speed to cc1111
2012-10-15 Keith Packardaltos/stm: Declare all SPI bus speeds
2012-10-15 Keith Packardaltos/telelco: Actually set pad when it changes
2012-10-15 Keith Packardaltos/telelco: Handle case where no boxes are present
2012-10-15 Keith Packardaltos/telelco: Only present valid pads
2012-10-15 Keith Packardaltos/telefire: Report valid channels instead of valid...
2012-10-13 Keith Packardaltos/test: Display MPU6000 values in ao_flight_test_mm...
2012-10-13 Keith Packardaltos: Define full-scale gyro and accel values for...
2012-10-13 Keith Packardaltos: When missing MMA655x, create fake Z accel value
2012-10-13 Keith Packardaltos/test: Add ao_flight_test_mm
2012-10-13 Keith Packardaltos: Eliminate implicit 1 byte offset in uint16/int16...
2012-10-13 Keith Packardaltos: Split out ms5607 conversion code for use in...
2012-10-13 Keith Packardaltos: struct ao_log_mega doesn't have a ground temp...
2012-10-13 Keith Packardaltos: Document a few member offsets in struct ao_log_r...
2012-10-13 Keith Packardaltosui: Parse .mega files from command line
2012-10-12 Keith Packardaltos: Add .gitignore for micropeak
2012-10-12 Keith Packardaltos: Add (untested) driver for AT24C i2c flash parts
2012-10-12 Keith Packardaltos: Add initial micropeak implementation
2012-10-12 Keith Packardaltos: Allow products to define which LED to panic...
2012-10-12 Keith Packardaltos: Megametrum uses altitude-pa.h, not altitude.h
2012-10-12 Keith Packardaltos: Add attiny architecture files
2012-10-12 Keith Packardaltos: Include struct ao_data declaration only when...
2012-10-12 Keith Packardaltos: Clean up types in Pa conversion testing code...
2012-10-12 Keith Packardaltos: Elide ao_altitude_to_pa in flight firmware
2012-10-12 Keith Packardaltos: Parameterize altitude table access and initializ...
2012-10-12 Keith Packardaltos: Use alt_t for all Pascal-based altitude data
2012-10-12 Keith Packardaltos: Allow for other mutex implementations
2012-10-12 Keith Packardaltos: Allow projects to specify clock at other than...
2012-10-12 Keith Packardaltos: Prepare ms5607 driver for use in non-tasking...
2012-10-12 Keith Packardaltos: Split task definitions out to ao_task.h
2012-10-10 Keith Packardaltos/telefire: Add siren/strobe support
2012-10-09 Keith Packardaltos: Fix up ms5607 and mma655x commands to work again
2012-10-09 Keith Packardaltos: Go back to recording sensor data in globals mm-ms5611
2012-10-09 Keith Packardaltos: Compute desired frequency when upgrading from...
2012-10-07 Keith Packardaltos/megametrum: Try running accel and baro in paralle...
2012-10-07 Keith Packardaltos/stm: Set SPI clock high for disabled SPI busses
2012-10-07 Keith Packardaltos/telefire: Make sure armed alarm goes off on time
2012-10-07 Keith Packardaltos/stm: Clean up SPI pin configuration code
2012-10-07 Keith Packardaltos/drivers: Use data ring values for MS5607 presentation
2012-10-07 Keith Packardaltos/megametrum: Make MS5607 driver hold SPI bus for...
2012-10-07 Keith Packardaltos/megametrum: Use mma655x for acceleration measurem...
2012-10-03 Keith PackardMerge branch 'master' into mm-ms5611
2012-10-03 Keith Packardaltos: Re-enable the ms5607 and mma655x acquisition...
2012-10-03 Keith Packardaltos/megametrum: Commit for boards with MS5611 baro...
2012-10-03 Keith Packardaltos: Provide MS5611 configuration option, HAS_MS5611
2012-09-21 Keith Packardaltos: Shrink Pa to altitude table
2012-09-20 Keith PackardBump revision to 1.2 development branch
2012-09-20 Keith PackardMerge remote-tracking branch 'mjb/altosdroid'
2012-09-20 Keith PackardMerge remote-tracking branch 'mjb/prefs_interface'
2012-09-20 Keith PackardMerge remote-tracking branch 'mjb/altosui_mjb'
2012-09-18 Mike Beattiealtosdroid: initial implementation of telemetry logging.
2012-09-18 Mike Beattiealtoslib: make parts of AltosLog public for usage outsi...
2012-09-18 Mike Beattiealtos{lib,ui,droid}: move OS specific code out of altoslib
2012-09-18 Mike Beattiealtosdroid: cosmetic re-order of methods
2012-09-18 Mike Beattiealtosdroid: simplify keys() method
2012-09-18 Mike Beattiealtosdroid: Update Makefile.am
2012-09-16 Bdale Garbeefurther refinment of Releasing document
2012-09-16 Bdale Garbeereleasing 1.1.1 1.1.1
2012-09-16 Keith PackardAdd release notes for version 1.1.1
2012-09-16 Mike Beattiealtosdroid: implement AltosPreferencesBackend, and...
2012-09-16 Mike BeattieMerge branch 'prefs_interface' into altosdroid
2012-09-16 Keith Packardaltos: Fix telemini sdcdb init file
2012-09-16 Keith Packardaltosui: Gather Tm sensor data in Monitor Idle mode
2012-09-14 Keith Packardaltos: Need to use 16-bit counts for ao_xmem functions
next