fw/altos
2009-06-30 Keith PackardAdd GPS speed and error data to telemetry and aoview
2009-06-29 Keith PackardConvert GPS to SiRF binary protocol.
2009-06-18 Keith PackardAdd ejection computation utility
2009-06-17 Keith PackardFix clock initialization to not try to use 32kHz xtal...
2009-06-15 Keith PackardSome kernels reference USB ttys as tty/tty* instead...
2009-06-14 Keith PackardRename state apogee -> coast
2009-06-14 Keith Packardrename states. launchpad -> pad, coast -> fast
2009-06-14 Keith PackardDisable monitor mode when communicating via usb
2009-06-04 Keith PackardFormat GPS seconds as %02d.%04d to avoid spaces in...
2009-06-04 Bdale Garbeenewer INSTALL file pulled in by autogen.sh
2009-06-04 Bdale Garbeeadd a distclean target to src/Makefile
2009-06-04 Bdale Garbeeadd lib to the front of the subdir list
2009-06-04 Keith PackardMove build and debug tools to 'cctools' directory.
2009-06-04 Keith PackardMerge ccdbg and altos sources into one giant repository
2009-06-04 Keith PackardUse autotools, move altos to src subdir
2009-06-04 Keith PackardMake menu seperator insensitive
2009-06-04 Keith Packardaoview: Add eeprom data fetching
2009-06-03 Keith PackardStop log dumping at flight end. Print 'end' at end...
2009-05-31 Keith PackardStart adding bi-directional packet link
2009-05-29 Keith PackardEliminate RDF tone generation.
2009-05-29 Keith PackardChange .gitignore to match new aoload procedure
2009-05-28 Keith PackardLeave serial number writing to aoload
2009-05-28 Keith PackardAdd aoload to load serial-numbered altos binaries.
2009-05-24 Keith PackardFix aoview telemetry GPS parsing code to use correct...
2009-05-24 Keith PackardParse both telemetry or log data ao_flight_test
2009-05-24 Keith PackardAvoid 16-bit overflow in velocity computation.
2009-05-20 Keith PackardMake file handling more general so it can be reused.
2009-05-18 Keith PackardIgnore aoview_glade.h
2009-05-18 Keith PackardTransmit computed ground pressure and acceleration... 0.4
2009-05-18 Keith PackardProvide install target
2009-05-18 Keith PackardEmbed glade file in executable
2009-05-18 Keith PackardAdd About dialog to aoview.
2009-05-18 Keith PackardUSB device names can contain '.' too
2009-05-18 Keith Packardscandir returns -1 on error
2009-05-18 Keith PackardSend computed accel/vel/pres values over the radio 0.3
2009-05-18 Keith PackardHandle disappearing serial devices
2009-05-18 Keith PackardWhile on the pad, zero out velocity every second
2009-05-17 Keith PackardClear table, reset log on disconnect
2009-05-17 Keith PackardAdd pad lat/lon, max accel, max height
2009-05-17 Keith PackardClean up GPS display
2009-05-17 Keith PackardMake aoview window taller
2009-05-17 Keith PackardAdd lots more aoview UI bits
2009-05-17 Keith PackardWhen logging starts up, right the whole ring to the...
2009-05-17 Keith PackardAbandon use of accelerometer for apogee detect.
2009-05-16 Keith PackardAdd preliminary aoview code sn4-flight1 sn4-flight2
2009-05-14 Keith PackardDiscard usb output before connection. Handle USB reset. 0.2
2009-05-14 Keith PackardEnable radio monitor by default in teleterra, teledongl...
2009-05-14 Keith PackardRemove monitor/rssi functions from telemetrum load
2009-05-14 Keith PackardSplit out ao_state_names to separate file
2009-05-13 Keith PackardIndicate RSSI with a blinking LED
2009-05-13 Keith PackardMake ao_flight_test show AGL altitude and positive...
2009-05-13 Keith PackardMake ao_flight_test able to read raw logging data
2009-05-13 Keith PackardPrint only RSSI when packet CRC is invalid
2009-05-13 Keith PackardAccelerometer-based velocity values are invalid after...
2009-05-13 Keith PackardAdd velocity check for boost detect via accelerometer
2009-05-13 Keith PackardTypo in callsign
2009-05-11 Keith PackardUse recorded accelerometer baseline data in ao_flight_test
2009-05-11 Keith PackardDon't re-initialize the landing range data at each...
2009-05-11 Keith PackardInitialize ao_min_vel with |ao_flight_vel|
2009-05-11 Keith PackardDecrease telemetry rate on the pad to 1/sec instead...
2009-05-11 Keith PackardIncrease the initial accel/baro average to 1000 samples
2009-05-11 Keith PackardRecord average accelerometer value in flight start...
2009-05-09 Keith PackardAdd version command to show product information
2009-05-09 Keith PackardPad callsign with nuls
2009-05-01 Keith PackardUSB spec limits bulk endpoints to 64 byte payload max.
2009-04-30 Keith PackardUse 'char' instead of 'uint8_t' for character data
2009-04-30 Keith PackardEliminate incorrect cast in printf string argument
2009-04-30 Keith PackardCorrect radio frequency shown in config display.
2009-04-30 Keith PackardReset landing interval tests at apogee
2009-04-26 Bdale Garbeeclean up host programs, too
2009-04-26 Keith PackardWas missing v_batt in adc dump command 0.1
2009-04-26 Keith PackardAdd manual ignition and igniter test commands
2009-04-26 Keith PackardClean up commands a bit
2009-04-26 Keith PackardClear more files on make clean
2009-04-26 Keith PackardLabel binaries with product and serial info
2009-04-26 Keith PackardMake sure full log is written and flushed on landing.
2009-04-26 Keith PackardClean up monitor output a bit
2009-04-26 Keith PackardAdd configuration support
2009-04-25 Keith PackardAllow for slower ADC operation. Add power saving code.
2009-04-25 Keith PackardAllow ADC to be disabled
2009-04-25 Keith PackardPlace CPU in P0 state while idle
2009-04-25 Keith PackardAdd RDF beacon and callsign to telemetry
2009-04-25 Keith PackardAdd radio code to emit a 1kHz tone
2009-04-25 Keith PackardAllow the USB system to be disabled/enabled at run...
2009-04-25 Keith PackardMake LED usage depend on target device
2009-04-25 Keith PackardMake some functions reentrant to save DSEG space
2009-04-25 Keith PackardAdd monitor task to flight software
2009-04-25 Keith PackardReport difference from ground to max altitude at landing
2009-04-25 Keith PackardDisplay data with units while running simulation
2009-04-25 Keith PackardEnabling apogee detect via speed: < 200m/s && < max_spe...
2009-04-25 Keith Packardconfigure igniter ports, set values to measured ones
2009-04-25 Keith PackardMove ao_led_init to end of file to be consistent with...
2009-04-25 Keith PackardDefine ao_state_names in ao.h so other people can share
2009-04-25 Keith PackardBump NUM_CMDS to 10
2009-04-25 Keith PackardMove beep_init to end of file to be consistent with...
2009-04-24 Keith PackardUpdate flight algorithm based on data collected from...
2009-04-24 Keith PackardAdd igniters and update flight control algorithm
2009-04-24 Keith PackardAvoid ram from 0xfda2 through feff, its funky
2009-04-24 Keith Packardremove ao_flight_test until its ready
2009-04-24 Keith PackardAdd teledongle module
next