mikroSDK Reference Manual
|
File System Configuration. More...
Macros | |
#define | FS_MAX_VOLUMES ((uint8_t)5) |
Specifies the maximum amount of logical/physical drives that can be mounted at the same time. More... | |
#define | FS_MAX_OBJECTS ((uint8_t)10) |
: Specifies the maximum number of files and directories that can be opened at the same time. More... | |
#define FS_MAX_VOLUMES ((uint8_t)5) |
Number is chosen based on number of mikro BUS slots on development boards.
#define FS_MAX_OBJECTS ((uint8_t)10) |
Number is chosen so that every logical drive can have at least one file and one directory open at a time.