Loading...
Searching...
No Matches

littlefs integration with vfs More...

Detailed Description

littlefs integration with vfs

Author
Vincent Dupont vince.nosp@m.nt@o.nosp@m.takey.nosp@m.s.co.nosp@m.m

Definition in file littlefs_fs.h.

#include <stdalign.h>
#include "vfs.h"
#include "lfs.h"
#include "mtd.h"
#include "mutex.h"
+ Include dependency graph for littlefs_fs.h:

Go to the source code of this file.

Data Structures

struct  littlefs_desc_t
 littlefs descriptor for vfs integration More...
 

Variables

const vfs_file_system_t littlefs_file_system
 The littlefs vfs driver.
 

littlefs configuration

#define LITTLEFS_LOOKAHEAD_SIZE   (128)
 Default lookahead size.
 
#define LITTLEFS_FILE_BUFFER_SIZE   (0)
 File buffer size, if 0, dynamic allocation is used.
 
#define LITTLEFS_READ_BUFFER_SIZE   (0)
 Read buffer size, if 0, dynamic allocation is used.
 
#define LITTLEFS_PROG_BUFFER_SIZE   (0)
 Prog buffer size, if 0, dynamic allocation is used.
 
#define LITTLEFS_MIN_BLOCK_SIZE_EXP   (-1)
 The exponent of the minimum acceptable block size in bytes (2^n).