zephyr/tests/subsys/fs/common
Manuel Arguelles 09dd8c74ae littlefs: translate error code when mount fails
When lfs mount fails and there is no formatting requested, the return
code must be translated to errno before being passed to the application
layer.

Additionally, only log a warning that the FS will be formatted, when the
system is not read-only.

Fixes #56378

Signed-off-by: Manuel Arguelles <manuel.arguelles@nxp.com>
2023-04-04 18:22:10 +02:00
..
test_fs_mkfs.c littlefs: translate error code when mount fails 2023-04-04 18:22:10 +02:00
test_fs_open_flags.c