Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FS_FAT_CFG_FAT32_EN is used to control whether FAT32 is supported. When DEF_DISABLED, FAT32 volumes can not be opened, nor can a device be formatted as a FAT32 volume.

FS_FAT_CFG_JOURNAL_EN

FS_FAT_CFG_JOURNAL_EN selects whether journaling functions will be present. When DEF_ENABLED, journaling functions are present; when DEF_DISABLED, journaling functions are not present. If disabled, the functions in

...

the table below will not be available.

Panel


FunctionFile
FS_FAT_JournalOpen()fs_fat_journal.c/.h
FS_FAT_JournalClose()fs_fat_journal.c/.h
FS_FAT_JournalStart()fs_fat_journal.c/.h
FS_FAT_JournalEnd()fs_fat_journal.c/.h


These functions are not included if FS_FAT_CFG_JOURNAL_EN is DEF_DISABLED.

FS_FAT_CFG_VOL_CHK_EN

FS_FAT_CFG_VOL_CHK_EN selects whether volume check is supported. When DEF_ENABLED, volume check is supported; when DEF_DISABLED, the function FS_FAT_VolChk() will not be available.

...