zephyr/tests/subsys/fs
Andrzej Puzdrowski 94a022c954 fcb: start using errno codes
Switch form using privater FCB error codes to
errno codes. FCB private codes convention were compatible
with <errno.h> codes:
- 0 mean success
- negative values mean errors
- similar error types.
There was no sense to kept private FCB error codes.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-09-08 12:42:53 +02:00
..
fat_fs_api boards: remove arduino 101 and related boards 2019-07-29 21:30:25 -07:00
fat_fs_dual_drive cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
fcb fcb: start using errno codes 2019-09-08 12:42:53 +02:00
littlefs tests: littlefs: Added support for native posix 2019-09-08 12:35:39 +02:00
multi-fs cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
nffs_fs_api cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
nvs tests/subsys/fs/nvs: extend entry delete test 2019-09-02 12:31:42 +02:00