fw/altos
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
2009-04-23 Keith PackardSet telemetry rate to 100ms
2009-04-23 Keith PackardWrong license on ao_monitor.c
2009-04-23 Keith PackardCrank up radio to 10dBm
2009-04-22 Keith PackardAdd COPYING file
2009-04-22 Keith PackardClean up TeleTerra files
2009-04-22 Keith Packardsimplify ao_time function
2009-04-22 Keith PackardOne line radio status
2009-04-22 Keith PackardAdd new binaries to .gitignore
2009-04-22 Keith PackardSpeed up dbg port bit frobbing
2009-04-22 Keith PackardUse sdcc from path
2009-04-22 Keith PackardClean up task list formatting
2009-04-22 Keith PackardControl radio monitoring with the M command
2009-04-22 Keith PackardShrink USB output buffers, work around USB packet errors
2009-04-21 Keith PackardClean up telemetry now that all packets are the same
2009-04-21 Keith PackardAdd longer debug delays to reset/debug_mode entry
2009-04-21 Keith PackardFix up fancy dbg stuff. Add teleterra initial bits.
2009-04-21 Keith PackardAdd radio support. Build separate executables for TeleM...
2009-04-19 Keith PackardStart using pdata area for less-frequently used data sn1-flight1
2009-04-19 Keith PackardSlow down panic presentation
2009-04-19 Keith PackardParse GPS data locally. Add 'g' command to display...
2009-04-19 Keith PackardAdd task names and 'T' command to show task status.
2009-04-19 Keith PackardFix GPL version at 2
2009-04-18 Keith PackardAdd gps, debug dongle support and pressure alt tables
2009-04-17 Keith PackardEnable FEC in radio packets
2009-04-17 Keith PackardAdd CRC to radio packets
2009-04-17 Keith PackardAdd data whitening
2009-04-17 Keith PackardAdd packet status byte defines
2009-04-17 Keith PackardAdd separate xmit/recv programs to radio demo
2009-04-17 Keith PackardGet env var for debug method selection
2009-04-17 Keith PackardRun-time selection between cp2103 and cc1111
2009-04-17 Keith PackardSend data
2009-04-15 Keith PackardMove a bunch of variables from __data to __xdata
2009-04-15 Keith PackardSlow down panic code, disable interrupts
2009-04-15 Keith PackardKeep reporting flight state while it changes
2009-04-15 Keith Packarduse red LED to indicate system startup
2009-04-15 Keith PackardUse ao_ee_flush_internal while holding mutex
2009-04-15 Keith PackardLeave beeping and lights to the flight code
2009-04-15 Keith PackardMake mutex functions reentrant
2009-04-15 Keith PackardAdd in existing flight pieces: flight/report/log
2009-04-14 Keith PackardAdd eeprom driver and command loop
2009-04-14 Keith PackardSwitch from --model-large to --model-small
2009-04-14 Keith PackardAdd comments, clean up white space, etc.
2009-04-14 Keith PackardSwitch USB to double-buffered
2009-04-14 Keith PackardFix USB input/output by reloading packet limits.
2009-04-14 Keith PackardUSB working up through reading strings
2009-04-13 Keith PackardAdd USB support.
2009-04-13 Keith PackardAdd beep/led support.
next