modm API documentation
|
lbuild module: modm:fatfs.petit
Petit FatFs is a sub-set of FatFs module for tiny 8-bit microcontrollers. It can be incorporated into the tiny microcontrollers with limited memory even if the RAM size is less than sector size.
See http://elm-chan.org/fsw/ff/00index_p.html.
To configure Petit FatFs for your project, create a <pffconf_local.h>
file, which is included at the beginning of the config, thus overwriting the default settings. Please see the modm/ext/fatfs-petit/pffconf.h
file for the available configuration options and their default values.
Example <pffconf_local.h>
configuration: