From 59ba6999ae8fcf122a0f4622ec3c1c84aa9a1e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ga=C5=88o?= Date: Mon, 30 May 2022 15:33:58 +0200 Subject: [PATCH] Removed misleading sentence about fatfs lfn encoding Closes IDF-5174 Related to IDF-4795 --- docs/en/api-reference/storage/fatfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-reference/storage/fatfs.rst b/docs/en/api-reference/storage/fatfs.rst index ab9602c7b7..1ebeb02555 100644 --- a/docs/en/api-reference/storage/fatfs.rst +++ b/docs/en/api-reference/storage/fatfs.rst @@ -96,7 +96,7 @@ The tool is used to create filesystem images on a host and populate it with cont The script is based on the partition generator (:component_file:`fatfsgen.py`). Apart from generating partition, it can also initialize wear levelling. -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 period (".") characters within the filename and additional characters "+", ",", ";", "=", "[" and also "]". The characters in long file names are encoded using utf-16, and those in short file names are encoded using utf-8. +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 ``]``. Build System Integration with FatFs Partition Generator