045900eedf
The commit changes run-time checks of file system driver's callbacks pointers, against null, optional by replacing `if` with `CHECKIF` macro, which means that they can be removed from compilation with Kconfig option CONFIG_NO_RUNTIME_CHECKS. Additionally the commit allows the same checks to fail hard, with assertion, when CONFIG_ASSERT_ON_ERRORS option is selected. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> |
||
---|---|---|
.. | ||
fcb | ||
nvs | ||
CMakeLists.txt | ||
fat_fs.c | ||
fs.c | ||
fs_impl.c | ||
fs_impl.h | ||
fuse_fs_access.c | ||
Kconfig | ||
Kconfig.fatfs | ||
Kconfig.littlefs | ||
littlefs_fs.c | ||
shell.c |