Main Content

soc.sdk.setupSoftwareTools

Set up software tools given the board name

Since R2019b

Description

soc.sdk.setupSoftwareTools(name) sets the software tools for installed board support with name. This function creates a configuration file that points to the third party software tools used by the reference board support.

Note

The function assumes that you have already installed the third party software tools for the reference board support.

Input Arguments

collapse all

Name of an installed board support. The name argument should match the Name property of an installed soc.sdk.BoardSupport object.

Example: "MyBoardSupport"

Data Types: string | char

Version History

Introduced in R2019b