target.Support Class
R2026bNamespace: target
Description
Use a target.Support object to specify an association between
target namespace objects. For example, you can use a
target.Support object to:
Specify that a target object runs on a target device (
target.Boardobject) or an operating system (target.OperatingSystemobject).Define dependencies, such as compiler flags to add to the build, that are specific to a combination of target device and toolchain (
target.Toolchainobject).Specify Simulink® Coder™ and MATLAB® Coder build hooks that are specific to a particular target device. For an example, see Customize Build Process for Target Hardware Using Target Framework.
Creation
To create a target.Support object, use the target.create
function.
Properties
Examples
Version History
Introduced in R2026aSee Also
target.create | target.Processor | target.Board | target.OperatingSystem
Topics
- Set Up PIL Connectivity for Linux-Based Target Hardware (Embedded Coder)