Main Content

unmap

Class: matlabshared.targetsdk.Target
Package: matlabshared.targetsdk

Unmap features from hardware or from target

Syntax

unmap(targetObj,hardwareObject)
unmap(targetObj,hardwareObject,featureObj)
unmap(targetObj,featureObj)

Description

unmap(targetObj,hardwareObject) unmaps the specified Hardware object from the Target (Embedded Coder Support Package for ARM Cortex-A Processors) object.

unmap(targetObj,hardwareObject,featureObj) unmaps a feature object from the specified Hardware object for the Target object.

unmap(targetObj,featureObj) unmaps a feature object from the Target object.

Input Arguments

expand all

Target object that references the Target being developed.

Hardware object that references the hardware board mapped to the Target.

Feature objects include the Deployer, Profiler, PIL, BaremetalScheduler, OperatingSystem, and ExternalMode (Embedded Coder Support Package for ARM Cortex-A Processors) objects. The feature objects must be added to the Target (Embedded Coder Support Package for ARM Cortex-A Processors) object using the respective addNew method, such as addNewDeployer, prior to mapping the feature.

Data Types: cell

Version History

Introduced in R2015a

See Also

| | |