summaryrefslogtreecommitdiff
path: root/aoview/aoview_file.c
Commit message (Collapse)AuthorAge
* aoview: Add eeprom data fetchingKeith Packard2009-06-03
| | | | | | | Fetches the last flight data from a TM device connected via USB and writes it to the flight log directory. Signed-off-by: Keith Packard <keithp@keithp.com>
* Make file handling more general so it can be reused.Keith Packard2009-05-20
The log file handling stuff will be useful for saving eeprom data, so pull it out of the real-time log handling code and make a general interface. Signed-off-by: Keith Packard <keithp@keithp.com>