altos: check for valid flight number in ao_log_delete
[fw/altos] / src /
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...
2011-01-08 Anthony Townsaltos: Remove redundant initialization of ao_interval...
2011-01-08 Anthony Townsaltos: Remove unused accel_vel_mach and accel_vel_boost...
2011-01-08 Keith Packardaltos: Check for full log and complain
2011-01-08 Keith Packardaltos: Check requested log max size against available...
2011-01-08 Anthony Townsaltos: Optimize Morse code generation
2011-01-08 Keith Packardaltos: ensure erase mark is written when erasing flights
2011-01-08 Keith Packardaltos: report flight log offsets in hex block numbers...
2011-01-08 Keith Packardaltos: white space fix
2011-01-08 Keith Packardaltos: Speed up at45 and 25lc erase speeds
2011-01-07 Keith Packardaltos: support storage of multiple flights.
2011-01-07 Keith Packardaltos: Add configuration parameter for maximum flight...
2011-01-07 Keith Packardaltos: Mark end of available flight list with 'done...
2011-01-07 Keith Packardaltos: Rip out 'optimization' in ao_log_scan
2011-01-07 Keith Packardaltos: Move common storage code to ao_storage.c. Add...
2011-01-07 Keith Packardaltos: Require manual flight erasing.
2011-01-06 Keith Packardaltos: Simplify storage API
2011-01-06 Keith Packardaltos: packet and usb i/o routines use 'char', not...
2010-12-23 Keith Packardaltos: Add telemetrum-v1.1 directory
2010-12-23 Keith Packardaltos: Split out SPI driver.
2010-12-23 Keith Packardaltos: eliminate ao_wake_task
2010-12-23 Keith Packardaltos: clean up radio abort paths. Share radio code.
2010-11-25 Keith PackardRevert "altos: Don't abort radio transmissions with...
2010-11-25 Keith PackardMerge branch 'buttonbox'
2010-11-24 Anthony TownsMerge branch 'buttonbox' of git://git.gag.com/fw/altos...
2010-11-24 Keith Packardaltos: Make radio test command careful with the radio...
2010-11-24 Keith Packardaltos: Don't abort radio transmissions with ao_radio_abort
2010-11-24 Keith Packardaltos: remove unused variable from ao_igniter
2010-11-23 Anthony TownsMerge branch 'buttonbox' of git://git.gag.com/fw/altos...
2010-11-23 Keith PackardMerge remote branch 'origin/buttonbox' into buttonbox
2010-11-22 Keith Packardaltos: assume igniter worked.
2010-11-21 Keith Packardaltos: Add on/off modes to 'C' command
2010-09-05 Anthony TownsMerge branch 'master' of git://git.gag.com/fw/altos
2010-09-05 Keith PackardAdd version numbers to released files. Set version...
2010-09-05 Keith Packardaltos: add some SDCDB config files
2010-09-02 Keith Packardaltos: Bounds check Skytraq GPS tracking data array
2010-08-30 Keith Packardaltos: Windows sends USB Out packets of 0 length. Ack...
2010-08-30 Keith Packardaltos: shut down packet mode cleanly
2010-08-30 Keith Packardaltos: Abort radio harder when terminating packet mode.
2010-08-30 Keith Packardaltos: flush pending output when terminating packet...
2010-08-27 Keith PackardMerge remote branch 'origin/master' into new-packet...
2010-08-27 Bdale GarbeeMerge branch 'new-packet-format' of ssh://git.gag.com...
2010-08-27 Keith Packardaltos: prepare for sdcc 2.9.1
2010-08-27 Keith Packardaltos: mark gps date written only after it gets into...
2010-08-26 Keith Packardaltos: print GPS state flags in GPS 'g' command
2010-08-26 Keith Packardaltos: always rebuild ao_product.c to track git version
2010-08-24 Keith Packardaltosui: write USB serial number string while flashing
2010-08-24 Anthony TownsMerge branch 'master' of git://git.gag.com/fw/altos
2010-08-24 Bdale GarbeeMerge branch 'new-packet-format' of ssh://git.gag.com...
2010-08-24 Keith Packardaltos: Place rom config variables in fixed location
2010-08-22 Keith Packardaltos: Define USB product ID in per-product Makefile...
2010-08-07 Keith Packardaltos: add callsign to packet mode, increase payload...
2010-07-28 Keith PackardMerge remote branch 'keithp/macos'
2010-07-28 Keith PackardMerge branch 'macos'
2010-07-28 Keith PackardMake ao_log_data re-entrant as it is used for both...
2010-07-26 Keith PackardWhen the EP0 IN buffer is full, don't panic, just skip...
2010-07-21 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2010-07-15 Keith PackardSwitch DBG pins to GPIO when using any debug commands...
2010-07-15 Keith PackardTelemetry code was mis-computing RSSI
2010-06-21 Keith PackardAbort any in-progress radio operation when changing...
2010-06-17 Keith PackardMerge remote branch 'mjb/master'
2010-06-17 Keith PackardMerge remote branch 'origin/master'
2010-06-17 Keith PackardAdd special code for USB panic's.
2010-05-06 Bdale GarbeeRevert "Merge remote branch 'remotes/origin/fix-reset'"
2010-05-06 Bdale GarbeeMerge remote branch 'remotes/origin/fix-reset'
2010-05-05 Keith PackardDon't change dbg clock while changing reset_n. Use...
2010-05-05 Keith PackardUse ao_delay to sleep for 2 seconds instead of trying...
2010-05-05 Keith PackardFix all stdio reading functions to be __critical
2010-05-05 Keith PackardDisable interrupts while reading from stdin
2010-05-05 Keith PackardRevert "Add optional 's' command to packet slave to...
2010-04-22 Keith PackardAdd optional 's' command to packet slave to enable...
2010-04-18 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2010-04-11 Keith PackardIncrease reset switch time to 100ms
2010-04-10 Keith PackardOnly have the slave return a packet if it received...
2010-04-09 Keith PackardWhen changing RESET line, delay 20ms
2010-04-08 Keith PackardMerge remote branch 'origin/master'
2010-04-08 Keith PackardMerge remote branch 'origin/master' into altosui
2010-04-06 Keith PackardTasks may move in task structure as a result of ao_exit
2010-04-05 Keith PackardSwitch TeleMetrum from v0.2 to v1.0
2010-04-05 Keith PackardDon't abort the radio when enabling telemetry monitoring
2010-04-05 Keith PackardMake ao_radio_idle keep trying to get the radio to...
2010-02-27 Keith PackardMerge remote branch 'origin/master'
2010-02-27 Keith PackardFix up LED colors for each product.
2010-02-27 Keith PackardEliminate deadlock when writing config from radio link
2010-02-27 Keith PackardLeave .ihx files in the build directory too - easier...
2010-02-21 Keith PackardMust install .map files for ao-load to work
2010-02-21 Keith PackardAdd back stack size checking to altos linking phase
2010-02-21 Keith PackardQuiet make output.
2010-02-21 Keith PackardUpdate .gitignore files
2010-02-21 Keith PackardChange altos build process to support per-product compi...
2010-02-21 Keith PackardChange barometer conversion code to shrink conversion...
2010-02-14 Keith PackardLog GPS data on pad after boost detect.
2010-02-12 Keith PackardMissing ao_mutex_put in gps_dump
2010-01-11 Keith PackardSwitch to using internal cc1111 temperature sensor
2010-01-10 Keith PackardForce idle mode by shorting the SPI clock to ground...
2010-01-10 Keith PackardAdd simple gps dump command 'g'
2010-01-10 Keith PackardRemove flash debugging printfs
2010-01-10 Keith PackardDon't set ao_flash_setup_done until we're actually...
2010-01-10 Keith PackardDump config block from read/write config and flash_stat...
next