docs: Describe the approach of fatfsgen.py and fatfsparse.py

This commit is contained in:
Martin Gaňo
2022-09-05 15:52:00 +02:00
committed by Sonika Rathi
parent d060392584
commit 024b58604a
9 changed files with 236 additions and 3 deletions
+3
View File
@@ -87,6 +87,8 @@ These APIs provide implementation of disk I/O functions for SD/MMC cards and can
.. doxygenfunction:: ff_diskio_register_raw_partition
.. _fatfs-partition-generator:
FatFs Partition Generator
-------------------------
@@ -98,6 +100,7 @@ The script is based on the partition generator (:component_file:`fatfsgen.py<fat
The latest version supports both short and long file names, FAT12 and FAT16. The long file names are limited to 255 characters and can contain multiple periods (``.``) characters within the filename and additional characters ``+``, ``,``, ``;``, ``=``, ``[`` and ``]``.
An in-depth description of the FatFs partition generator and analyzer can be found at :doc:`Generating and parsing FAT partition on host <fatfsgen>`.
Build System Integration with FatFs Partition Generator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^