Adding The fatfs Library To Your Project | There are two ways to incorporate the fatfs library into your application, link with the release and/or debug builds of the library, include the sources in your application project |
Runtime Version Check | At runtime you may check the version of the fatfs library by accessing the following global variables |
FAT Filesystem Library | TODOs: 1) Thread Safety - what isn't handled at the OS (fopen/fread/etc.) level? 2) Handle read-only permissions correctly |