Integrating Common Into Your Project#

The Micrium OS Common module can be composed of several components, each of which is a set of files that implement specific functions. The Common module consists of one component for the core part named "Common" and one optional part called "Shell". To use Common, you must add these files to your project and populate your RTOS Description File .

Starting Common Quickly#

Micrium offers a set of example applications that demonstrate some of the features of Micrium OS Common and help you start the development of your application. We recommend starting from one of these examples.

Configuring Common#

Common can be configured to optimize memory usage or features. The following pages explain how Common and the whole Micrium OS can be configured at compile-time: Common Compile-Time Configuration , RTOS Compile-Time Configuration and RTOS ERR Type Configuration . The Common Run-Time Configuration page and all pages below it explain how Common and its sub-modules can be configured at run-time.