Versions Compared

Key

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

...

µC/OS-II Documentation

µC/OS-III Documentation

libdocµC/LIB Documentation

µC/CPU Documentation

Including µC/DHCPc Source Code

Include the following files in your project tree from the µC/DHCPc source code distribution, as indicated in Figure - µC/DHCPc Source Code

Image Added

 

As indicated in the Figure - µC/DHCPc Source Code, all the files in the Source folder must be added to your project tree. Furthermore, dhcp-c_os.c/h files of the selected RTOS must be added. 

...

\Micrium\Software\uC-DHCPc
\Micrium\Software\uC-DHCPc\OS\<OS type>
\Micrium\Software\uC-TCPIP
\Micrium\Software\uC-<OS-Version>

...

Copy the files from the uC-DHCPc configuration folder into your application as illustrated in

Image Added

dhcp-c_cfg.h is a configuration file used to setup µC/DHCPc module static parameters  and features such as ports, timeout,broadcast bit and so on. Refer to section Module Configuration for more details on all the configurations inside dhcp-c_cfg.h 

...