Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 3.03.00

...

Anchor10757731075773 µC/TCP-IP Network File System abstraction layer Anchor10758381075838This 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: Anchor10758391075839

Code Block
\Micrium

...


	\Software
		\uC-TCPIP

...


			\FS
                \net_fs.h
				\<file_system_name>

...


1076037   Anchor10760381076038\Micrium Anchor10760391076039

Contains all software components and projects provided by Micrium.

...

10760401076040\Software Anchor10760411076041

This sub-directory contains all software components and projects.

...

\uC-TCPIP-V2anchor10760431076043

This is the main µC/TCP-IP directory.

...

10760441076044\FS Anchor10760451076045

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.

Anchor10760461076046\<file_system_name> Anchor10760471076047

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.*