Commit Graph

5 Commits (ec2175067b253082074b81728efa4ec69257f16b)

Author SHA1 Message Date
David Saada 6f3a342f61 Implement the get_erase_size API (based on address) 2018-07-04 16:37:18 +03:00
DL6AKU a0c4fb6565 Enable DATAFLASH_DEBUG to be defined externally
(for example in a Makefile) instead of it being
hardcoded in the .cpp file.
2018-06-01 15:23:43 +02:00
heikki.rautakoski ba46863c42 Fix write_enable commands and method.
-This only has effect if sector protection enabled.
2018-05-24 14:52:18 +03:00
heikki.rautakoski 9ee3f5afa7 Increment erased block count in erase loop 2018-05-02 12:33:22 +03: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