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 (Since R2019a)

Classes

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

Functions

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

Topics