Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

\Micrium\Software\uC-HTTPs
\Micrium\Software\uC-TCPIP
\Micrium\Software\uC-<OS-Version>

...

Copy the files from the uC-HTTPs configuration folder into your application as illustrated in Figure - Copying Template Files.

 

http-s_cfg.h is a configuration file used to setup µC/HTTPs module static parameters  and features such as CGI form configuration, dynamic token replacement  configuration, header field feature, proxy configuration and so on. Refer to section Module Configuration for more details on all the configurations inside http-s_cfg.h 

...

#include <Source/http-s.h>
#include <http-s_cfg.h>
#include  <http-s_fs_static_cfg.h>  (optional if another file system is used)
#include <http-s_(instance_name)_cfg.h> (...and other instance configuration files) 

 DEVELOP