HTTP-server File System
This directory contains a simple in-house file system that can used only with µC/HTTP-server to store files in the code space memory. The port to the TCPIP Network File System Abstraction Layer is also provided. The in-house file system is placed in a sub-directory under FS as follows:
\Micrium \Software \uC-HTTP \Server \FS \Static \Cfg \Template http-s_fs_static_cfg.h http-s_fs_static.c http-s_fs_static.h static_files.h
\Micrium
Contains all software components and projects provided by Micrium.
\Software
This sub-directory contains all software components and projects.
\uC-HTTP
This is the main µC/HTTP directory. It contains the client and the server part of the HTTP product.
\Server
This is the main µC/HTTP-server directory.
\FS
This is the main FS directory that contain in-house file systems.
\Static
This is the directory that contains the implementation of the static file system and where is defined the files to perform file system abstraction (API structure).
\Cfg\Template
This directory contains a configuration template file (http-s_fs_static_cfg.h) that is required to be copied to the application directory to configure the µC/HTTP-server module based on application requirements.