...
If a conventional file system is used, the port should be located also inside the uC-TCPIP/FS
folder. A port for the µC/FS-V4 file system is already included in this folder. If a file system other than µC/FS is used, a port template is available inside the uC-TCPIP/FS/Template
folder to be customize according to your file system.
If the Static file system is used, the port for this file system is located inside uC/HTTPs. Therefore, the source files http-s_fs_static.c/.h
must be include to your project. They are located inside theMicrium/Software/uC-HTTPs/FS/Static
folder. Furthermore, The configuration file template http-s_fs_static_cfg.h
must be copied in your application directory. This configuration file can be retrieve inside the Micrium/Software/uC-HTTPs/FS/Static/Cfg/Template
folder.
...
\Micrium\Software\uC-HTTPs
\Micrium\Software\uC-HTTPs\OS\<OS type>
...