Update README

This commit is contained in:
Rafał Harabień 2018-05-10 15:05:44 +02:00
parent 35d03daae9
commit 26972b9458

View File

@ -12,9 +12,10 @@ Features:
* read/write/create/remove file, * read/write/create/remove file,
* enumerate directory children, * enumerate directory children,
* create/remove directory, * create/remove directory,
* read/write file timestamps (updated automatically if chrono is available), * read/write file timestamps (updated automatically if `chrono` feature is enabled),
* FAT12, FAT16, FAT32 compatibility, * FAT12, FAT16, FAT32 compatibility,
* LFN (Long File Names) extension supported. * LFN (Long File Names) extension supported,
* Basic no_std environment support.
Usage Usage
----- -----