Skip to content

Commit 5880a39

Browse files
committed
TDBStore design doc: flash simulation no longer required
1 parent 15e582f commit 5880a39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

storage/docs/TDBStore/TDBStore_design.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ Tiny Database Storage (TDBStore) is a lightweight module that stores data on fla
4040

4141
TDBStore assumes the underlying block device is fully dedicated to it (starting offset 0). If you want to dedicate only a part of the device to TDBStore, use a sliced block device, typically with `SlicingBlockDevice`.
4242

43-
In addition, this feature requires a flash-based block device, such as `FlashIAPBlockDevice` or `SpifBlockDevice`. It can work on top of block devices that don't need erasing before writes, such as `HeapBlockDevice` or `SDBlockDevice`, but requires a flash simulator layer for this purpose, such as the one `FlashSimBlockDevice` offers.
44-
4543
# System architecture and high-level design
4644

4745
## Design basics

0 commit comments

Comments
 (0)