最新uC/FS 文件系统,可支持多种存储设备,如串行flash,IDE硬盘,SD,SMC,MMC,EEPROM,等...
2023-04-06 07:12:20 3.44MB uC/FS 3.10 文件系统 源代码
1
uC/FS用户手册V1.34a.pdf (加书签和注释,英文版) uC/FS程序代码版本是Software Version 1.34a FAT文件系统
2022-11-02 18:02:19 1.45MB uC/FS 嵌入式文件系统 FAT
1
µC/FS µC/FS is a compact, reliable, high-performance file system. It offers full-featured file and directory access with flexible device and volume management including support for partitions. Source Code: µC/FS is provided in ANSI-C source to licensees. The source code is written to an exacting coding standard that emphasizes cleanness and readability. Moreover, extensive comments pepper the code to elucidate its logic and describe global variables and functions. Where appropriate, the code directly references standards and supporting documents. Device Drivers: Device drivers are available for most common media including SD/MMC cards, NAND flash, NOR flash. Each of these is written with a clear, layered structure so that it can easily be ported to your hardware. The device driver structure is simple—basically just initialization, read and write functions—so that µC/FS can easily be ported to a new medium. Devices and Volumes: Multiple media can be accessed simultaneously, including multiple instances of the same type of medium (since all drivers are re-entrant). DOS partitions are supported, so more than one volume can be located on a device. In addition, the logical device driver allows a single volume to span several (typically identical) devices, such as a bank of flash chips. FAT: All standard FAT variants and features are supported including FAT12/FAT16/FAT32 and long file names, which encompasses Unicode file names. Files can be up to 4-GB and volumes up to 8-TB (the standard maximum). An optional journaling module provides total power fail-safety to the FAT system driver. Application Programming Interface (API): µC/FS provides two APIs for file and directory access. A proprietary API with parallel argument placement and meaningful return error codes is provided, with functions like FSFile_Wr(), FSFile_Rd() and FSFile_PosSet(). Alternatively, a standard POSIX-like API is provided, including functions like fs_fwrite(), fs_fread() and fs_fsetpos
2021-10-19 17:15:36 719KB uCOS uCFS uC/FS Micrium
1
uC/FS文件系统内部实现源码详解(含流程图等说明文档、代码中有中文注解),想深入学习fat文件系统的,想熟知fat文件系统内部实现源码的请放心下载,不收资源分,好东西一起共享,为中国IT行业之图腾奉献绵薄之力。
2021-08-11 10:05:46 4.48MB ucfs、fat 详解
1
uc/os RTOS文件系统组件的中文文档,由官方原版翻译而来
2021-04-25 09:00:54 6.42MB rtos 嵌入式
1
uC-FS文件系统,uC-FS源码正式版。
2010-12-31 00:00:00 709KB uC-FS
1