summaryrefslogtreecommitdiff
path: root/src/ao_m25.c
Commit message (Collapse)AuthorAge
* altos: Move common storage code to ao_storage.c. Add M25P80 driverKeith Packard2011-01-06
This reworks the storage API so that you erase blocks and then store data to them so that the M25P80 driver will work. Signed-off-by: Keith Packard <keithp@keithp.com>