Chapter 230. Configuration

This chapter shows how to incorporate the Unity support into an eCos configuration, and how to configure it once included.

230.1. Configuration Overview

The Unity support is contained in a single eCos package CYGPKG_UNITY. However, some functionality is dependant on other eCos features. e.g. the eCos dynamic memory allocator.

230.1.1. Quick Start

Incorporating the Unity support into your application is straightforward. The essential starting point is to incorporate the Unity eCos package (CYGPKG_UNITY) into your configuration.

This may be achieved directly using ecosconfig add on the command line, or the Build->Packages… menu item within the eCos Configuration Tool.

Depending on the Unity package configuration other packages may be required. The package requires that the CYGPKG_INFRA packages is included in the eCos application configuration.