altos/test: Handle new eeprom file format. Give up on telem files.
authorKeith Packard <keithp@keithp.com>
Tue, 12 Sep 2017 20:43:06 +0000 (13:43 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 12 Sep 2017 20:43:06 +0000 (13:43 -0700)
commit441056b01abcf9287f61f425cf29fc4b1603c619
treee61ccc38fc1c13befdcd4e12286447dc7bf79cc5
parentbe44d33f5e94b8c4180adb275ec83cc70852db48
altos/test: Handle new eeprom file format. Give up on telem files.

Parse eeprom config using libjson-c, then read the hex values into a
giant blob.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/test/Makefile
src/test/ao_eeprom_read.c [new file with mode: 0644]
src/test/ao_eeprom_read.h [new file with mode: 0644]
src/test/ao_eeprom_read_old.c [new file with mode: 0644]
src/test/ao_flight_test.c