Versions Compared

Key

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

Below is a summary of all directories and files involved in that comprise the µC/TCP-IP stack. The ‘<-Cfg’ on the far right indicates that these files are typically copied into the application (i.e., project) directory and edited based on project requirements.

...

This is the main directory for the µC/TCP-IP code. 

BSP

\BSP\Template

This directory contains templates files, where functions might need to be implemented. See the section Network Board Support Package for further information.

Configuration

\Cfg

This directory contains configuration template file that must be copied to your project and modified following our requirements. See the section Configuration for further information.

Anchor
Shell Commands
Shell Commands
Shell Commands

\Cmd

This directory contains the function that can be called from the command shell. This directory should be added to the project only if µC/Shell is present and network command must be added to this module. 

See the following document for further information :

µC/Shell Documentation

Devices

Only the driver for your network controller(s) should be added to your project. 

...

This directory contains interface-specific files. Currently, µC/TCP-IP only supports three type of interfaces, Ethernet, wireless and loopback. The Ethernet and wireless interface-specific files are found in the following directories:

\IF

This is the main directory for network interfaces.

...

The names of the files are shown in upper case to make them stand out. However, file names are actually lower case.

...