Creating an RTOS Component in CDE

The Component Development Environment (CDE) allows creating RTOS component, which are integral part of the Hardware Abstraction Layer (HAL) defined by Freescale's Processor Expert.

Within the HAL architecture, RTOS component provides information to HAL components, known as LDDs (Logical Device Drivers), on how to insert OS-specific calls into its generated code in order to facilitate the integration of Processor Expert into specific OS.

This document defines the basic concept to understand HAL architecture and guides how to use the CDE to create an RTOS component for an OS. This chapter contains: