...
Include the following files in your project tree from the µC/HTTPs source code distribution, as indicated in Figure - µC/HTTPs Source Code.
As indicated in the Figure - µC/TCP-IP HTTPs Source Code, all the files in the Source folder must be added to your project tree. Furthermore, if a TCP-IP port exists for your CPU architecture inside the "Ports" folder, you can also include it to your project files.
Second, add the following include paths to your project’s C compiler settings:
\Micrium\Software\uC-TCPIPHTTPs
\Micrium\Software\uC-TCPIPHTTPs\Dev\Ether\<device_name>OS\<OS type>
\Micrium\Software\uC-TCPIPHTTPs\Dev\Ether\PHY\<phy_device_name>FS\<File System type >
Tasks Priority
The net_cfg.c file includes the three network task configurations. You will need to defined the priority of each of those tasks. The priorities will depend on the other tasks already present in your application. Refer to section Network Tasks Configuration for all the details on configuring the network tasks and their priority.
...