tweedegolf / sequential-storage

A crate for storing data in flash memory with minimal need for erasing pages
Apache License 2.0
99 stars 10 forks source link

Allow erase items for map #10

Closed diondokter closed 7 months ago

diondokter commented 10 months ago

This would require the multiwrite norflash. All items that have the given key will need to be erased (not just the newest).

diondokter commented 7 months ago

Closed by #25