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.