Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

Directories and Files

The code and documentation of the µC/POP3c 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-POP3c

This is the main directory for µC/POP3c.

\Micrium\Software\uC-POP3c\Doc

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

\Micrium\Software\uC-POP3c\Cfg\Template

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

\Micrium\Software\uC-POP3c\Source

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

pop3-c.c
pop3-c.h

Note that the ‘-c’ after ‘pop3’ stands for client and thus contains ‘client’ side code.

Required modules

µC/POP3c requires the µC/CPU, µC/LIB, and µC/TCP-IP modules. If the network security manager is to be used, a security layer module (i.e µC/SSL) is required. Please refer to the µC/POP3c release notes document for required version information.

  • No labels