You can add support for a new target to be used with the MicroC framework (MXF) that matches your development environment. In this task you will add the appropriate files and definitions that define a new Environment to be used by a code generation Configuration to generate and build an application targeting your specific hardware. This task is also called retargeting that means, for example, supporting a new hardware target.
The set of the properties used by the code generation's Configuration is determined by the Environment dropdown list located on the Settings tab of the Features dialog for that configuration.
The contents of the Environment dropdown list is taken from the enum definition of the C_CG::Configuration::Environment property.
In addition, IBM Rational Rhapsody includes a number of target-specific file sets. Each set of files defines an adaptor for the MicroC Execution Framework (MXF). The adaptors can be found in the appropriate product installation subdirectory under <Install-Dir>\Share\LangC\mxf\Adaptors\Mainloop.
To create a new Target you are required to create a similar set of files that adapt the MXF to that target.