Main Content

Target Platform Device Customization

Provide code generator with information about target platform and required code features

For your target device, select a system target file that provides the code generator with information about the target platform and required code features. You can also:

  • Use the target package to extend the range of supported hardware.

  • Configure the code generator to use code replacement libraries for functions and operators.

Packages

targetManage target hardware and build tool information

Classes

target.AliasCreate alternative identifier for target object
target.LanguageImplementationProvide C and C++ compiler implementation details
target.ObjectBase class for target types
target.ProcessorProvide target processor information

Functions

target.addAdd target object to internal database
target.clearClear all target objects from internal database
target.createCreate target object
target.exportExport target object data
target.getRetrieve target objects from internal database
target.removeRemove target object from internal database
target.updateUpdate target objects in internal database
target.upgradeUpgrade existing definitions of hardware devices

Topics