Hongjin Li 833e328c7a chore: FatFs适配kernel编译构建标准化
liteos-m kernel 部件标准化,Fatfs提供标准的src和include路径

Signed-off-by: Hongjin Li <lihongjin1@huawei.com>
Change-Id: I8d6e3ff5d19db68a71727e17c861efd389fbc038
2022-01-19 17:53:12 +08:00
2021-04-07 14:58:16 +08:00
2021-04-23 23:29:30 +08:00
2021-11-12 10:35:06 +08:00
2021-04-23 23:29:30 +08:00
2021-09-29 10:35:20 +08:00
2021-04-23 23:46:30 +08:00

FatFs Module Source Files R0.14a





FILES



  00readme.txt   This file.

  00history.txt  Revision history.

  ff.c           FatFs module.

  ffconf.h       Configuration file of FatFs module.

  ff.h           Common include file for FatFs and application module.

  diskio.h       Common include file for FatFs and disk I/O module.

  diskio.c       An example of glue function to attach existing disk I/O module to FatFs.

  ffunicode.c    Optional Unicode utility functions.

  ffsystem.c     An example of optional O/S related functions.





  Low level disk I/O module is not included in this archive because the FatFs

  module is only a generic file system layer and it does not depend on any specific

  storage device. You need to provide a low level disk I/O module written to

  control the storage device that attached to the target system.



S
Description
Third-party open-source software FatFs | 三方开源软件FatFs
Readme 3.6 MiB
Languages
C 89%
HTML 10.9%
CSS 0.1%