openharmony_ci 1087b7bac5 !61 merge master into master
新增配置项目成员文件

Created-by: yang-pangyuan
Commit-by: yang-pangyuan
Merged-by: openharmony_ci
Description: ### 相关的Issue
https://gitcode.com/openharmony/third_party_FatFs/issues/23

### 原因(目的、解决的问题等)
增加仓库权限

### 描述(做了什么,变更了什么)


### 测试用例(新增、改动、可能影响的功能)


### 是否需要同步至release(如:3.0LTS ... )分支?

 否




See merge request: openharmony/third_party_FatFs!61
2026-01-12 16:28:56 +08:00
2022-01-21 18:06:13 +08:00
2023-06-27 10:33:54 +08:00
2023-07-20 20:42:06 +08:00
2022-03-14 12:31:43 +00:00
2021-04-23 23:46:30 +08:00

FatFs Module Source Files R0.15





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%