Skip to content

TexasInstruments/mcupsdk-FreeRTOS-FAT

 
 

Repository files navigation

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.

Usage in MCU+SDK

This fork on FreeRTOS+FAT is consumed by MCU+ SDK as a submodule for providing FAT file system. Please refer MCU+ SDK Git Repository for documentation and instructions to setup the build.

Languages

  • C 100.0%