Kirill Zhumarin 07511e36c9 Fix warning in ff_dir.c (#10)
This commit fixes warning:
warning: pointer targets in assignment from 'int8_t *' {aka 'signed char *'} to 'char *' differ in signedness [-Wpointer-sign]
2021-04-12 08:43:20 -07:00
2021-04-12 08:43:20 -07:00

FreeRTOS+FAT: DOS Compatible Embedded FAT File System

FreeRTOS+FAT is an open source, thread aware and scalable FAT12/FAT16/FAT32 DOS/Windows compatible embedded FAT file system which was recently acquired by Real Time Engineers ltd. for use with and without the RTOS.

FreeRTOS+FAT is already used in commercial products, and is the file system used in the FTP and HTTP server examples that are documented on the FreeRTOS+TCP pages.

The standard C library style API includes a thread local errno value, and the lower level native API provides a rich set of detailed error codes.

For more details, please visit FreeRTOS+FAT page.

To consume FreeRTOS+FAT

It is recommended to use this repository as a submodule. Please refer to Git Tools — Submodules.

Notes

This project is undergoing optimizations or refactorization to improve memory usage, modularity, documentation, demo usability, or test coverage.

Description
No description provided
Readme 953 KiB
Languages
C 99.3%
CMake 0.7%