Versions Compared

Key

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

The code and documentation of the µC/Shell module are organized in a directory structure according to “AN 2002, µC/OS-II Directory Structure.” Specifically, the files may be found in the following directories:

\Micrium\Software\uC-Shell

This is the main directory for µC/Shell

\Micrium\Software\uC-Shell\Doc

This directory contains the µC/Shell documentation files, including this user’s manual.

\Micrium\Software\uC-Shell\CFG\Template

This directory contains a template of µC/Shell configuration.

\Micrium\Software\uC-Shell\Source

This directory contains the µC/Shell source code. This protocol is implemented in two OS independent files:

shell.c
shell.h

The location of the directory containing the example sample code application depends on the evaluation board, and contains those files:

app.c shell_cfg.h

Example configuration file.

includes.h

Master include file used by the application.

net_cfg.h

µC/TCP-IP configuration file.

os_cfg.h

µC/OS-II configuration file.

cpu_cfg.h

µC/CPU configuration file.