altosui: Separate out flash debug code to separate thread
[fw/altos] / src /
2011-04-24 Keith Packardaltos: add telebt-v0.0 Makefile
2011-04-19 Keith PackardMerge branch 'telemini' into telebt
2011-04-19 Keith Packardaltosui: Eliminate ao_cmd_filter hook
2011-04-19 Keith Packardaltos: remove BT logging code
2011-04-19 Keith Packardaltos: Remove bt debug command
2011-04-19 Keith Packardaltos: Simplify BT communications
2011-04-19 Keith Packardaltos: Solidify BT connections
2011-04-19 Keith Packardaltos: Add delays to bt startup sequence
2011-04-14 Keith Packardaltos: Write a few pre-launch samples for Tm/Tn devices
2011-04-10 Keith Packardaltos/altosui: Log averaged baro sensor data in Tm/Tn
2011-04-08 Keith Packardaltos: Use PIO(6) on BTM to monitor BT connection....
2011-04-02 Keith PackardMerge branch 'telemini' into telebt
2011-04-02 Keith Packardaltos: Clean up BT serial communcations
2011-04-02 Keith Packardaltos: Make cmd echo per-connection instead of global
2011-04-01 Keith Packardaltos: Clean up serial initialization
2011-04-01 Keith Packardaltos: Clean up usage of serial port for stdio
2011-04-01 Keith Packardaltos: Make ao_serial_drain public
2011-04-01 Keith Packardaltos: Remove serial monitor command
2011-04-01 Keith Packardaltos: Allow any stdio to be used with packet forwarding
2011-04-01 Keith Packardaltos: Provide for a pre-filter on commands
2011-04-01 Keith Packardaltos: expose set of available stdio values
2011-04-01 Keith Packardaltos: Add P2SEL_*_MASK defines to cc1111.h
2011-04-01 Keith Packardaltos: Add initial TeleBT code
2011-04-01 Keith Packardaltos: Make ao_flight_test show true height but report...
2011-04-01 Keith Packardaltos: Baro useful ceiling is MSL, not AGL
2011-04-01 Keith Packardaltos: Reflect ao_flight split in ao_flight_test depend...
2011-03-30 Keith Packardaltos: Enable logging during nano flights
2011-03-30 Keith Packardaltos: Run RDF beacon after apogee instead of waiting...
2011-03-29 Keith Packardaltos: ao_sample_preflight was exiting preflight mode...
2011-03-29 Keith Packardaltos: Create custom nano flight code
2011-03-29 Keith Packardaltos: Split up flight code into separate flight/sample...
2011-03-27 Keith Packardaltos: full logging must flush pending data before...
2011-03-27 Keith Packardaltos: Variable log rate in full logging code too
2011-03-23 Keith Packardaltosui: Add support for telemetry version 4
2011-03-23 Keith PackardAdd description to test flights
2011-03-23 Keith Packardaltos: Exit flight test at landing. Allow description...
2011-03-23 Keith Packardaltos: Ignore alt error for fast->coast. Allow larger...
2011-03-22 Keith Packardaltos: Restore sensible kalman values
2011-03-22 Keith Packardaltos: Fix up flight code testing
2011-03-22 Keith Packardaltos: Missing parens and some bad arithmetic in the...
2011-03-22 Keith Packardaltos: Add ao_flight_debug code
2011-03-22 Keith Packardaltos: Clean up some debug stuff in ao_flight.c
2011-03-22 Keith Packardaltos/kalman: Kalman terms can be > 1, use 32-bit fixed...
2011-03-21 Keith Packardaltos: Compute a 'trust' value for the barometer
2011-03-21 Keith Packardaltos: Switch telemetrum over to kalman filter
2011-03-21 Keith Packardaltos: Add nickle kalman implementation.
2011-03-20 Keith Packardaltos: Add .sdcdbrc file for teledongle
2011-03-20 Keith Packardaltos: New telemetry report format (version 4). Support...
2011-03-20 Keith Packardaltos: The kalman code requires a constant sample rate
2011-03-20 Keith Packardaltos: Split telenano main from telemini
2011-03-20 Keith Packardaltos: Split out tiny telemetry from full telemetry
2011-03-20 Keith Packardaltos: Make telemetry interval more consistent
2011-03-20 Keith Packardaltos: Configure packet size from send/recv parameters.
2011-03-20 Keith Packardaltos: Don't init packet slave on TD. Make slave start...
2011-03-19 Keith Packardaltos: Baro-only boards must not detect launch on accel...
2011-03-19 Keith Packardaltos: Write height values to log for nano/mini
2011-03-19 Keith Packardaltos/test: Add scripts to run lots of flights through...
2011-03-19 Keith Packardaltos: Fix mini/nano default log size to available...
2011-03-19 Bdale GarbeeMerge branch 'telemini' of ssh://git.gag.com/scm/git...
2011-03-19 Keith Packardaltos: Add TeleNano support
2011-03-19 Keith Packardaltos: Tiny logging fixes. Scan at start, stop when...
2011-03-18 Keith Packardaltos: Add kalman filters for baro-only boards
2011-03-17 Keith Packardaltos: Add tiny logging for TeleMini/TeleNano
2011-03-17 Anthony Townsignore new flight test file
2011-03-17 Keith Packardaltos: Internal flash ops block when running from flash
2011-03-16 Keith Packardaltos: oops -- altitude reporting wasn't pausing betwee...
2011-03-16 Keith Packardaltos: Switch pins around for TeleMini
2011-03-16 Keith Packardaltos: Switch LED usage for TeleMini around
2011-03-16 Anthony Townsao_intflash: Avoid overwriting code
2011-03-16 Keith Packardaltos: Add TeleMini v1.0
2011-03-16 Keith Packardaltos: Start with packet slave running. Turn off in...
2011-03-16 Keith Packardaltos/test: Add baro-only flight test program
2011-03-16 Keith Packardaltos/test: Use ao_convert.c instead of hand-coded...
2011-03-16 Keith Packardaltos: Make serial, usb, beeper and accelerometer optio...
2011-03-16 Anthony Townsao_intflash: Use internal flash for storage
2011-03-07 Keith Packardaltos: Oops. Lost a couple of commands when merging...
2011-03-07 Anthony Townssrc/ao_cmd: Shave off bytes from doc strings
2011-03-07 Keith PackardRevert "src/ao_gps_skytraq.c: Update logging rate to...
2011-02-19 Anthony Townssrc/ao_gps_skytraq.c: Update logging rate to 10Hz
2011-02-19 Anthony Townssrc/ao_gps_skytraq: simplify parsing code
2011-02-19 Anthony Townsao_radio: generalise setup of packet size
2011-02-18 Keith Packardaltos/test: auto-configure acceleration parameters...
2011-02-18 Keith Packardaltos/test: Add dependencies in the Makefile for ao_fli...
2011-01-19 Keith Packardaltos: Program default flight log max value for new...
2011-01-17 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2011-01-17 Keith Packardaltos: Use 5V reference data to correct accelerometer...
2011-01-17 Keith Packardaltos: Optimize fetching of ADC data in flight code
2011-01-17 Keith Packardaltos: Sample the accelerometer reference voltage on...
2011-01-17 Keith Packardaltos: Ensure flight code gets first crack at new ADC...
2011-01-17 Keith Packardaltos: Auto-calibrate linux-based flight testing code
2011-01-17 Mike BeattieRework invalid accel cal detection code
2011-01-16 Keith Packardaltos: Add DATA_TO_XDATA to linux test harness
2011-01-16 Mike Beattiealtos: Added check for out of bounds accel
2011-01-16 Mike Beattiealtos: Added check for an accel value above 1.5g
2011-01-16 Keith Packardaltos: average 512 accel/baro samples at startup instea...
2011-01-16 Anthony Townsaltos: Restructure skytraq NMEA parsing code to save...
2011-01-16 Keith Packardaltos: Flush log when full
2011-01-16 Keith Packardaltos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit...
2011-01-12 Keith Packardaltos: check for valid flight number in ao_log_delete
2011-01-12 Keith Packardaltos: oops -- 'e' command was only showing 7 of the...
next