This directory contains the file system abstraction layer which allows the TCP-IP application such as µC/HTTPs, µC/FTPc, µC/FTPs, etc. with nearly any commercial or in-house file system. The abstraction layer for the selected file system is placed in a sub-directory under FS as follows:
\Micrium \Software \uC-TCPIP \FS \<file_system_name>
\Micrium
Contains all software components and projects provided by Micrium.
\Software
This sub-directory contains all software components and projects.
\uC-TCPIP
This is the main µC/TCP-IP directory.
\FS
This is the main FS directory that contain generic file system port header file. This file must be included if one or more application that required a file system such as µC/HTTPs, µC/FTPc, µC/FTPs, etc. are present in the project.
\<file_system_name>
This is the directory that contains the files to perform file system abstraction.
µC/TCP-IP has been tested with µC/FS-V4 and the file system layer files for this file system are found in the following directories:
\Micrium\Software\uC-TCPIP\FS\uC-FS-V4\net_fs_v4.*