FatFs R0.15, released November 6, 2022
This commit is contained in:
+19
-16
@@ -5,6 +5,8 @@
|
||||
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||
<meta http-equiv="cache-control" content="no-cache">
|
||||
<meta name="description" content="Open source FAT filesystem for embedded projects">
|
||||
<link rel="start" title="Site Top" href="../../">
|
||||
<link rel="up" title="Freewares" href="../../fsw_e.html">
|
||||
<link rel="stylesheet" href="css_e.css" type="text/css" media="screen" title="ELM Default">
|
||||
<title>FatFs - Generic FAT Filesystem Module</title>
|
||||
</head>
|
||||
@@ -19,18 +21,18 @@
|
||||
|
||||
<h4>Features</h4>
|
||||
<ul>
|
||||
<li>DOS/Windows compatible FAT/exFAT filesystem.</li>
|
||||
<li>Platform independent. <a href="doc/appnote.html#port">Easy to port</a>.</li>
|
||||
<li>Very small <a href="doc/appnote.html#memory">footprint</a> for program code and work area.</li>
|
||||
<li>Various <a href="doc/config.html">configuration options</a> to support for:
|
||||
<li>DOS/Windows Compatible FAT/exFAT Filesystem.</li>
|
||||
<li>Platform Independent. <a href="doc/appnote.html#port">Easy to port</a>.</li>
|
||||
<li>Very Small <a href="doc/appnote.html#memory">Footprint</a> for Program Code and Work Area.</li>
|
||||
<li>Various <a href="doc/config.html">Configuration Options</a> to Support for:
|
||||
<ul>
|
||||
<li>Long file name in ANSI/OEM or Unicode.</li>
|
||||
<li>exFAT filesystem, 64-bit LBA and GPT for huge storages.</li>
|
||||
<li>Thread safe for RTOS.</li>
|
||||
<li>Multiple volumes. (physical drives and partitions)</li>
|
||||
<li>Variable sector size.</li>
|
||||
<li>Multiple code pages including DBCS.</li>
|
||||
<li>Read-only, optional APIs, I/O buffer and etc...</li>
|
||||
<li>Long File Name in ANSI/OEM or Unicode.</li>
|
||||
<li>exFAT Filesystem, 64-bit LBA and GPT for Huge Storages.</li>
|
||||
<li>Thread Safe for RTOS.</li>
|
||||
<li>Multiple Volumes. (Physical Drives and Partitions)</li>
|
||||
<li>Variable Sector Size.</li>
|
||||
<li>Multiple Code Pages Including DBCS.</li>
|
||||
<li>Read-only, Optional APIs, I/O Buffer and etc...</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -127,20 +129,21 @@
|
||||
<h3>Resources</h3>
|
||||
<p>The FatFs module is a free software opened for education, research and development. You can use, modify and/or redistribute it for any purpose without any restriction under your responsibility. For further information, refer to the application note.</p>
|
||||
<ul>
|
||||
<li><em>Getting Started: <a href="doc/appnote.html">FatFs Application Node</a></em></li>
|
||||
<li>Download: <a href="http://elm-chan.org/fsw/ff/archives.html">Previous Releases</a></li>
|
||||
<li><em>Getting Started: <a href="doc/appnote.html">FatFs Application Note</a></em></li>
|
||||
<li>Community: <a href="http://elm-chan.org/fsw/ff/bd/">FatFs User Forum</a></li>
|
||||
<li><a href="https://msdn.microsoft.com/en-us/windows/hardware/gg463080.aspx">FAT32 Specification by Microsoft</a>↗ (The authorized document on FAT filesystem)</li>
|
||||
<li><a href="http://elm-chan.org/docs/fat_e.html">The basics of FAT filesystem</a></li>
|
||||
<li><a href="http://elm-chan.org/docs/exfat_e.html">The basics of exFAT filesystem</a></li>
|
||||
<li><a href="http://elm-chan.org/docs/fat_e.html">The basics of FAT filesystem</a> (FatFs is written based on this documentation)</li>
|
||||
<li><a href="http://elm-chan.org/docs/exfat_e.html">The basics of exFAT filesystem</a> (FatFs is written based on this documentation)</li>
|
||||
<li><a href="http://elm-chan.org/docs/mmc/mmc_e.html">How to use MMC/SDC</a></li>
|
||||
<li><a href="http://elm-chan.org/junk/fa/faff.html">Playing with FlashAir and FatFs</a></li>
|
||||
<li><a href="http://nemuisan.blog.bai.ne.jp/">Nemuisan's Blog</a>↗ (Well written implementations for STM32F/SPI & SDIO and LPC4088/SDMMC)</li>
|
||||
<li><a href="http://stm32f4-discovery.net/2014/07/library-21-read-sd-card-fatfs-stm32f4xx-devices/">Read SD card with FatFs on STM32F4xx devices by Tilen Majerle</a>↗ (Quick and easy implementation for STM32F4-Discovery)</li>
|
||||
<li><a href="res/rwtest1.png">Benchmark 1</a> (ATmega1284/20MHz with MMC via USART in SPI, CFC via GPIO)</li>
|
||||
<li><a href="res/rwtest2.png">Benchmark 2</a> (LPC2368/72MHz with MMC via MCI)</li>
|
||||
<li><a href="res/fd.mp4">Demo movie of an application</a> (this project is in ffsample.zip/lpc23xx)</li></ul>
|
||||
</div>
|
||||
|
||||
|
||||
<hr>
|
||||
<p class="foot"><a href="../../fsw_e.html">Return</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user