![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
File system support. More...
Macros | |
#define | FS_MAX_PATH_LEN 256 |
Maximum length of a path. | |
Functions | |
int | fs_mkdir_p (const char *path) |
Create a directory and all its parent directories if they do not exist. | |
File system support.
#define FS_MAX_PATH_LEN 256 |
Maximum length of a path.
int fs_mkdir_p | ( | const char * | path | ) |
Create a directory and all its parent directories if they do not exist.
path | Path to the directory to create. |