Skip to content

Commit f3f7eb4

Browse files
committed
docs/library/uos.rst: Clarify why the extended interface exists.
1 parent fb01415 commit f3f7eb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/library/uos.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ methods (see below), in order to support a variety of use cases. A given block
234234
device may implement one form or the other, or both at the same time. The second
235235
form (with the offset parameter) is referred to as the "extended interface".
236236

237+
Some filesystems (such as littlefs) that require more control over write
238+
operations, for example writing to sub-block regions without erasing, may require
239+
that the block device supports the extended interface.
240+
237241
.. class:: AbstractBlockDev(...)
238242

239243
Construct a block device object. The parameters to the constructor are

0 commit comments

Comments
 (0)