Petit FatFs is a sub-set of FatFs module specifically designed for the systems with very tight code space and/or working memory. It is ideal for small gadgets with a tiny 8-bit microcontroller, bootstrap loaders in tight boot ROM and any sytem with limited memory.
Petit FatFs module provides following functions.
Since the Petit FatFs module is completely separated from disk I/O layer, it requires following functions to lower layer to read data from storage device. The low level disk I/O module is not a part of Petit FatFs module and it must be provided by user. The sample drivers are also available in the resources.
The Petit FatFs module is a free software and is opened for education, research and development. You can use, modify and/or redistribute it for personal, non-profit or commercial use without any restriction under your responsibility. For further information, refer to the application note.