RTEMS  5.0.0
Macros
Filesystems and Mount Table Configuration

Macros

#define CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK   IMFS_MEMFILE_DEFAULT_BYTES_PER_BLOCK
 

Detailed Description

Defines to control the file system:

List of available file systems. You can define as many as you like:

Combinations:

Macro Definition Documentation

◆ CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK

#define CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK   IMFS_MEMFILE_DEFAULT_BYTES_PER_BLOCK

IMFS This specifies the number of bytes per block for files within the IMFS. There are a maximum number of blocks per file so this dictates the maximum size of a file. This has to be balanced with the unused portion of each block that might be wasted.