Commit Graph

12 Commits (a0c4fb65658588c8f82bf8b732a935f00d9abebd)

Author SHA1 Message Date
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
Christopher Haster b7d2c1a2da
Merge pull request #8 from hesee/writeEnable
Fix write_enable commands and method.
2018-05-24 11:17:40 -05: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
Christopher Haster 5aa9039129
Merge pull request #7 from hesee/eraseCount
Increment erased block count in erase loop
2018-05-02 22:19:39 +03:00
heikki.rautakoski 9ee3f5afa7 Increment erased block count in erase loop 2018-05-02 12:33:22 +03:00
Christopher Haster efcb8a1a5c
Merge pull request #4 from ARMmbed/pin_names
Add macros for default pin names
2017-11-01 12:07:20 -05:00
Marcus Chang 0b102e86b5 Add macros for default pin names 2017-11-01 08:42:42 -07: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
Marcus Chang d60b22b131 Enabled non-binary address mode on the AT45DB family 2017-07-16 13:48:54 -05:00
Marcus Chang 1dfcc87f38 Add driver for Adesto AT45DB family 2017-07-16 13:48:54 -05:00