We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dd8c7 commit 7bdf647Copy full SHA for 7bdf647
doc/releases/release-notes-3.4.rst
@@ -381,6 +381,9 @@ Libraries / Subsystems
381
* File systems
382
383
* Added :kconfig:option:`CONFIG_FS_FATFS_REENTRANT` to enable the FAT FS reentrant option.
384
+ * With LittleFS as backend, :c:func:`fs_mount` return code was corrected to ``EFAULT`` when
385
+ called with ``FS_MOUNT_FLAG_NO_FORMAT`` and the designated LittleFS area could not be
386
+ mounted because it has not yet been mounted or it required reformatting.
387
388
* Management
389
0 commit comments