altos: Allow use of internal EEPROM for config storage
authorKeith Packard <keithp@keithp.com>
Tue, 12 Nov 2013 06:45:32 +0000 (15:45 +0900)
committerKeith Packard <keithp@keithp.com>
Tue, 12 Nov 2013 07:27:31 +0000 (16:27 +0900)
This stops exposing eeprom as 'storage' and instead exposes it with a
separate eeprom API so that it can be used for config storage without
also using it for flight log storage.

The config code has been changed to allow it to either use storage for
configuration data or eeprom.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found