Commit Graph

5 Commits (c7685742be49bd4e6f9dc97723238c63dadaad88)

Author SHA1 Message Date
David Saada c7685742be Add some logic related to initialization
- Add an initialization flag on which read/program/erase actions depend.
- Add an init reference count.
2018-08-14 19:51:03 +03:00
David Saada 6f3a342f61 Implement the get_erase_size API (based on address) 2018-07-04 16:37:18 +03:00
Christopher Haster daf4a7fea1 Added support for Travis CI 2017-07-16 16:00:38 -05:00
Christopher Haster 4ae3dc05a6 Added README and LICENSE 2017-07-16 16:00:34 -05:00
Christopher Haster f65c4298c0 Renamed AT45DB -> DataFlash
Reasoning being that this protocol potentially covers more products
than the AT45DB line and the term DataFlash is a more likely search
term.

If another DataFlash product comes along that uses a different
underlying protocol, we can add a new class with the name
HDMIDataFlashBlockDevice, similarly to what we will need to do
with the SPIFBlockDevice driver.
2017-07-16 14:06:22 -05:00