Versions Compared

Key

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

...

Including TCP-IP Stack Source Code

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

...

\Micrium\Software\uC-TCPIP
\Micrium\Software\uC-TCPIP\Dev\WiFi\<device_name>
\Micrium\Software\uC-TCPIP\Dev\WiFi\Manager\Generic

Modify the Interface Device Configuration

Inside de the net_dev_cfg.c file, there are different device configuration templates.

...

Before running the sample application, you will need to add the new funtion, AppInit_TCPIP(), in your app.c file to initialize and setup the µC/TCP-IP stack. Section Tasks and Objects Initialization gives an example of the main application task inside which the AppInit_TCPIP() function will be called. Section  Section WiFi Sample Application gives an AppInit_TCPIP() example for a WiFi interface. 

...