ao-tools: Change ao-eeprom into eeprom analysis tool
authorKeith Packard <keithp@keithp.com>
Mon, 15 Jul 2019 20:22:15 +0000 (13:22 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 15 Jul 2019 20:22:15 +0000 (13:22 -0700)
commit98f7c1c116aab672a29db1f81213cabe2d72ae16
tree508140243f0a459e2a3c9a26ff03d10f2f7fed70
parente3eb285ff6be17afe592dca4a2fb5526c0626283
ao-tools: Change ao-eeprom into eeprom analysis tool

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>
ao-tools/ao-eeprom/Makefile.am
ao-tools/ao-eeprom/ao-eeprom.1
ao-tools/ao-eeprom/ao-eeprom.c
ao-tools/lib/Makefile.am
ao-tools/lib/ao-eeprom-read.c [new file with mode: 0644]
ao-tools/lib/ao-eeprom-read.h [new file with mode: 0644]
ao-tools/lib/ao-ms5607-convert.c [new file with mode: 0644]
ao-tools/lib/ao-ms5607.h [new file with mode: 0644]