summaryrefslogtreecommitdiff
path: root/ao-tools/ao-eeprom/ao-eeprom.c
Commit message (Collapse)AuthorAge
* ao-tools/ao-eeprom: Add support for TeleFireTwoKeith Packard2019-07-16
| | | | | | | Display converted pressure and thrust data along with raw thermistor data. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools/ao-eeprom: Add altitude data for baro valuesKeith Packard2019-07-16
| | | | | | Displays altitude along with pressure and temp for baro sensor data. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Change ao-eeprom into eeprom analysis toolKeith Packard2019-07-15
| | | | | | | | | ao-eeprom used to be a TeleMetrum v0.2 specific tool for fetching eeprom contents from that device. ao-dumpflash handles that case now. ao-eeprom now parses .eeprom files and displays their contents. Signed-off-by: Keith Packard <keithp@keithp.com>
* 'fix' ao-eeprom to read two blocks at once. Work around kernel bugs.Keith Packard2009-09-04
| | | | | | | The kernel appears to leave serial data undelivered at times. Reading two blocks at once appears to make it relinquish the queued data. Signed-off-by: Keith Packard <keithp@keithp.com>
* Use --tty/-T on command line to specify target deviceKeith Packard2009-08-18
| | | | | | | | Also, use the ALTOS_TTY environment variable in all tools. Note that the magic value of "BITBANG" switches the library to connecting through a CP2103 instead. Signed-off-by: Keith Packard <keithp@keithp.com>
* Rename tools to ao-<foo>Keith Packard2009-08-18
Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard <keithp@keithp.com>