/
TCPIP Network File System Abstraction Layer

TCPIP Network File System Abstraction Layer

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
                \net_fs.h
				\<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.*

Related content

Wired Ethernet Interface Setup
Wired Ethernet Interface Setup
Read with this
TCPIP Network CPU Independent Source Code
TCPIP Network CPU Independent Source Code
More like this
TCPIP Network Interface
TCPIP Network Interface
More like this
Interface with FS
More like this
TCPIP Network Examples Code
TCPIP Network Examples Code
More like this
TCPIP Network Security Manager CPU Independent Source Code
TCPIP Network Security Manager CPU Independent Source Code
More like this