Directories and Files

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

This is the main directory for µC/Clk

\Micrium\Software\uC-Clk\Cfg\Template

This directory contains templates of µC/Clk configuration.

\Micrium\Software\uC-Clk\Cmd

This directory contains the source code for µC/Shell command integration.

\Micrium\Software\uC-Clk\Doc

This directory contains a link to the online user’s manual.

\Micrium\Software\uC-Clk\Source

This directory contains the µC/Clk source code.

Required modules

µC/Clk requires the µC/CPU and µC/LIB and modules.

µC/Common is optionally required if CLK_CFG_EXT_EN is set to DEF_DISABLED. See Module Configuration for more details.

µC/Shell is optionally required if command integration with the later is desired.

Please refer to the µC/Clk release notes document for required version information.