6.4.5. Full API Guide

The lists below are applicable for CCS Theia 1.01. For any other version, please check the options applicable to that version by running the command with the -ccs.help option.

6.4.5.1. List of available applications

The list of applications below contains both CCS (supported) and Eclipse open source (unsupported) ids. Eclipse runtime options and applications can be found around the web.

Supported application ids:

com.ti.ccs.apps.createProject
com.ti.ccs.apps.projectCreate
com.ti.ccs.apps.buildProject
com.ti.ccs.apps.projectBuild
com.ti.ccs.apps.importProject
com.ti.ccs.apps.projectImport
com.ti.ccs.apps.modifyProject
com.ti.ccs.apps.projectModify
com.ti.ccs.apps.importSketch
com.ti.ccs.apps.sketchImport
com.ti.ccs.apps.inspect
com.ti.ccs.apps.createTargetConfiguration

Unsupported and Eclipse application ids:

org.eclipse.ant.core.antRunner
org.eclipse.cdt.codan.core.application
org.eclipse.cdt.core.GeneratePDOM
org.eclipse.cdt.managedbuilder.core.headlessbuild
org.eclipse.e4.ui.workbench.swt.E4Application
org.eclipse.e4.ui.workbench.swt.GenTopic
org.eclipse.equinox.app.error
org.eclipse.equinox.p2.director
org.eclipse.equinox.p2.garbagecollector.application
org.eclipse.equinox.p2.publisher.InstallPublisher
org.eclipse.equinox.p2.publisher.EclipseGenerator
org.eclipse.equinox.p2.publisher.ProductPublisher
org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher
org.eclipse.equinox.p2.reconciler.application
org.eclipse.equinox.p2.repository.repo2runnable
org.eclipse.equinox.p2.repository.metadataverifier
org.eclipse.equinox.p2.artifact.repository.mirrorApplication
org.eclipse.equinox.p2.metadata.repository.mirrorApplication
org.eclipse.equinox.p2.updatesite.UpdateSitePublisher
org.eclipse.equinox.p2.publisher.UpdateSitePublisher
org.eclipse.equinox.p2.publisher.CategoryPublisher
org.eclipse.help.base.infocenterApplication
org.eclipse.help.base.helpApplication
org.eclipse.help.base.indexTool
org.eclipse.ui.ide.workbench
com.ti.ccs.p2app
com.ti.ccscloud.server.start
com.ti.ccs.app.center.p2.resolveIU
com.ti.ccs.apps.initialize
org.eclipse.rtsc.xdctools.buildDefinitions.buildProjectSpec
com.ti.ccs.ui.workbench
com.ti.ccstudio.core.initialize
com.ti.dvt.rcp.application
org.eclipse.cdt.debug.application.app

6.4.5.2. com.ti.ccs.apps.createProject

List of available options for createProject (as of CCS Theia 1.01) Usage:

ccs-server-cli -noSplash -data "<workspace_dir>" -application com.ti.ccs.apps.createProject (-ccs.projectSpec <file> | -ccs.name <name> -ccs.device <id>) [<options>]

where options include:

-ccs.projectSpec "<file>"
                The project-spec defining the project(s) to be created.
                See the <ccs-install-root>/ccs/eclipse/plugins/com.ti.ccs.project.templates/schema/projectSpec.xsd file for details.

-ccs.name <name>
                The name of the new project.

-ccs.location "<dir>"
                The filesystem location of the project, if it is to be created outside of workspace (optional).

-ccs.outputType (executable | staticLibrary)
                The output-type (optional).
                Defaults to 'executable'.

-ccs.device <id>
                The device-variant ID.
                A list of all available device-variant IDs will be printed if this argument is missing or not recognized.

-ccs.endianness <name>
                The device endianness (optional).
                Defaults to device-specific setting, if defined.
                A list of all applicable endianness types will be printed if this argument is not recognized.

-ccs.toolChain (TI | TICLANG | GNU)
                Compiler tool-chain (optional).
                Defaults to 'TI'.

-ccs.toolVersion <version>
                Compiler version (optional).
                Defaults to highest applicable version.

-ccs.outputFormat (COFF | ELF)
                The output-format (optional).
                Defaults to device-specific setting, if defined, or 'COFF'.

-ccs.products "[<id>[:<version>];]+"
                List of products to enable (optional).

-ccs.cmd "<file>"
                Linker command file to be physically copied into the project (optional).
                Defaults to device-specific setting, if defined.

-ccs.rts "<file>"
                Runtime support library (optional).
                Defaults to device-specific setting, if defined.

-ccs.configurations <name1>[ <name2>]*
                Space-separated list of build-configurations to create (optional).
                Defaults to 'Debug Release'.

-ccs.defaultConfiguration <name>
                Name of one build-configuration which would be made active each time this project is imported into workspace.

-ccs.references <name1>[ <name2>]*
                Space-separated list of project-references to add to created project (optional).

-ccs.artifactName <name>
                Name of the build-artifact (optional).
                Defaults to the name of the project.

-ccs.artifactExtension <ext>
                Extension of the build-artifact (optional).
                Defaults to 'out' or 'lib', depending on '-ccs.outputType'.

-ccs.listBuildOptions
                Prints a list of all applicable build-options (optional).
                Does not actually create the project.

-ccs.setCompilerOptions "<options>" [@prepend] [@files ["<path>" ]+] [@folders ["<path>" ]+] [@configurations [<name> ]+]
                Space-separated list of build-options to set on the created project's compiler tool (optional)
                (use backslash '\' to escape all double-quotes in <options>).
                Optionally, force the value for any list-type options to be prepended to current value.
                Optionally, specify lists of files/folders (project-relative paths) to set these options on.
                Optionally, specify a list of build-configurations in which these options are to be set.

-ccs.setLinkerOptions "<options>" [@prepend] [@configurations [<name> ]+]
                Similar to -ccs.setCompilerOptions

-ccs.setHexOptions "<options>" [@prepend] [@configurations [<name> ]+]
                Similar to -ccs.setCompilerOptions. Hex tool needs to be separately enabled using -ccs.enableHexTool.

-ccs.setObjcopyOptions "<options>" [@prepend] [@configurations [<name> ]+]
                Similar to -ccs.setCompilerOptions. Objcopy tool needs to be separately enabled using -ccs.enableObjcopyTool.

-ccs.setSysConfigOptions "<options>" [@prepend] [@configurations [<name> ]+]
                Similar to -ccs.setCompilerOptions. SysConfig tool needs to be separately enabled using -ccs.enableSysConfigTool.

-ccs.enableHexTool
                Enable the Hex tool with its default build-options (optional).
                Defaults to 'false'.

-ccs.enableObjcopyTool
                Enable the Objcopy tool with its default build-options (optional).
                Defaults to 'false'.

-ccs.enableSysConfigTool
                Enable the SysConfig tool with its default build-options (optional).
                Defaults to 'false'.

-ccs.setPreBuildStep "<command>" [@configurations [<name> ]+]
                Command to be used as a pre-build step (optional)
                (use backslash '\' to escape all double-quotes in <command>).
                Optionally, specify a list of build-configurations in which this build-step is to be set.

-ccs.setPostBuildStep "<command>" [@configurations [<name> ]+]
                Command to be used as a post-build step (optional)
                (use backslash '\' to escape all double-quotes in <command>).
                Optionally, specify a list of build-configurations in which this build-step is to be set.

-ccs.copyFile "<file>" [@dir "<dir>"] [@configurations [<name> ]+]
                Copies the given file/directory into the project upon creation (optional).
                Optionally, specify a project-relative directory as the file's destination.
                Optionally, specify a list of build-configurations in which this file is to be used.

-ccs.linkFile "<file>" [@dir "<dir>" [@virtual]] [@configurations [<name> ]+]
                Links the given file/directory into the project upon creation (optional).
                Optionally, specify a project-relative directory as the file's destination.
                Optionally, specify whether the destination directory should be created as virtual.
                Optionally, specify a list of build-configurations in which this file is to be used.

-ccs.definePathVariable <name> <value> [@scope (global|project)]
                Defines the given path-variable for resolving portable linked file paths (optional)
                (also defines a global build-macro with the same name and value).
                Optionally, specify the scope (defaults to 'global').

-ccs.defineBuildVariable <name> <value> [@type (string|dir|file)] [@scope (global|project|configuration)] [@configurations [<name> ]+]
                Defines the given build-variable (optional).
                Optionally, specify the type (defaults to 'string').
                Optionally, specify the scope (defaults to 'global').
                Optionally, specify a list of build-configurations in which this build-variable is to be defined
                (applies only when scope is 'configuration').

-ccs.autoGenerateMakefiles (true|false)
                Turns automatic makefile-generation on/off (optional).
                Defaults to 'true'.

-ccs.buildLocation "<path>"
                Absolute or project-relative path to folder to be used as the build-directory (optional).
                Applies only when the '-ccs.autoGenerateMakefiles' flag is set to 'false'.
                Defaults to project root-directory.

-ccs.buildCommand "<path>"
                Absolute path to an alternative build utility (optional).
                Defaults to the gmake utility that is shipped with CCS.

-ccs.buildCommandFlags "<flags>"
                List of flags to override the default build-command flags (optional).

-ccs.buildTarget <name>
                Name of the target to run during an incremental build (optional).
                Defaults to 'all'.

-ccs.cleanTarget <name>
                Name of the target to run during a clean build (optional).
                Defaults to 'clean'.

-ccs.template <id>
                ID of the project-template to use when generating the new project (optional).
                A list of all applicable template IDs will be printed if this argument is not recognized.

-ccs.ignoreDefaultDeviceSettings
                Iff 'true' ignores any default settings specified by the selected device.

-ccs.ignoreDefaultCCSSettings
                Iff 'true' ignores any non-essential default settings made by CCS.

-ccs.overwrite (full | keep)
                Forces overwrite of existing file-system resources (optional).
                A 'full' overwrite would delete and recreate the entire existing project folder.
                A 'keep' overwrite would keep all existing filesystem project contents
                (applies only when workspace project does not exist).

-ccs.autoBuild
                Performs an incremental build on the imported/created project (optional).

-ccs.kind <id>
                The project kind ID (optional).
                [Deprecated] - use -ccs.outputType

-ccs.listBuildOptionIDs
                Prints a list of all applicable build-option IDs (optional).
                Does not actually create the project.
                [Deprecated] - use -ccs.listBuildOptions

-ccs.setBuildOption <id> "<value>" [@prepend] [@configurations <name1>[ <name2>]*]
                Sets the given build-option on the created project (optional).
                (use the wildcard '*' to match multiple characters in <id> and enum <value>'s).
                Optionally, force the value for any list-type options to be prepended to current value.
                Optionally, specify a list of build-configurations in which this option is to be set.
                [Deprecated] - use -ccs.setCompilerOptions/-ccs.setLinkerOptions

-ccs.args <file>
                File containing any extra arguments (optional).

-ccs.help
                Print this help message.

DSP/BIOSv5.x support:
                -bios.version <version>
                                DSP/BIOSv5.x tools version.

RTSC support:
                -rtsc.enableRtsc
                                Enable RTSC support.

                -rtsc.xdcVersion <version>
                                XDCtools version (optional).
                                Defaults to highest available version, when '-rtsc.enableRtsc' is specified.

                -rtsc.target <id>
                                RTSC target (optional).
                                Will be auto-set by default.

                -rtsc.platform <id>
                                RTSC platform (optional).
                                Will be left blank by default.

                -rtsc.buildProfile <profile>
                                RTSC build-profile (optional).
                                Defaults to 'whole_program'.

                -rtsc.products "[<id>[:<version>];]+"
                                List of RTSC products to enable (optional). [Deprecated] - use the '-ccs.products' flag instead.

                -rtsc.setConfiguroOptions "<options>"
                                Space-separated list of options to set on the created project's Configuro tool (optional)
                                (use backslash '\' to escape all double-quotes in <options>).

                -rtsc.configurationOnly
                                Generate a reusable RTSC Configuration project (optional).

6.4.5.3. com.ti.ccs.apps.buildProject

List of available options for buildProject (as of CCS Theia 1.01) Usage:

ccs-server-cli -noSplash -data "<workspace_dir>" -application com.ti.ccs.apps.buildProject (-ccs.projects <name1>[ <name2>]* | -ccs.workspace) [<options>]

where options include:

-ccs.projects <name1>[ <name2>]*
        Space-separated list of projects to build.

-ccs.workspace
        Build entire workspace.

-ccs.configuration <name>
        The build-configuration to build (optional).
        Defaults to active build-configuration.

-ccs.buildType (incremental | full | clean)
        The type of build to perform (optional).
        Defaults to 'incremental'.

-ccs.listErrors
        List all errors after build completes (optional).

-ccs.listProblems
        List all errors and warnings after build completes (optional).

-ccs.autoOpen
        Automatically open any closed projects (optional).

-ccs.args <file>
        File containing any extra arguments (optional).

-ccs.help
        Print this help message.

6.4.5.4. com.ti.ccs.apps.importProject

List of available options for importProject (as of CCS Theia 1.01) Usage:

ccs-server-cli -noSplash -data "<workspace_dir>" -application com.ti.ccs.apps.importProject -ccs.location <path> [<options>]

where options include:

-ccs.location <path>
        Absolute or relative path to the location containing the project.
        Relative paths will be assumed to be relative to the working directory.

-ccs.device <id>
        The device-variant ID. Applicable only when '-ccs.location' flag resolves to a .projectspec file.

-ccs.definePathVariable <name> <value> [@scope (global|project)]
        Defines the given path-variable for resolving portable linked file paths (optional)
        (also defines a global build-macro with the same name and value).
        Optionally, specify the scope (defaults to 'global').

-ccs.copyIntoWorkspace
        Copy project folder and contents into the workspace directory (optional).
        Defaults to 'false'.

-ccs.overwrite
        Forces overwrite of existing file-system resources (optional).

-ccs.renameTo
        Rename the imported project to the specified name.

-ccs.autoBuild
        Performs an incremental build on the imported/created project (optional).

-ccs.autoImportReferencedProjects
        If 'true', an attempt is made to automatically import any referenced projects found in the same parent directory as the main project.

-ccs.autoRenameReferencedProjects
        If 'true', and iff the '-ccs.renameTo' flag is present, any imported referenced projects will also be renamed automatically.

-ccs.referencedProjectSearchDirectory
        Directory to search for referenced projects. Applicable only when '-ccs.autoImportReferencedProjects' flag is present.

-ccs.captureCopiedFileOrigins
        Capture the original locations of all resources copied into the project during the import. These will be captured into a text file named 'copiedFileOrigins.txt'.

-ccs.captureProjectspecApplicability
        Capture the list of devices that the imported projectspec is applicable to. These will be captured into a text file named 'projectSpecApplicability.txt'.

-ccs.args <file>
        File containing any extra arguments (optional).

-ccs.help
        Print this help message.

6.4.5.5. com.ti.ccs.apps.modifyProject

List of available options for modifyProject (as of CCS Theia 1.01) Usage:

ccs-server-cli -noSplash -data "<workspace_dir>" -application com.ti.ccs.apps.modifyProject -ccs.project <name> [<options>]

where options include:

-ccs.project <name>
                The project to modify.

-ccs.configuration <name>
                The build-configuration to modify (optional).
                Defaults to all build-configurations.

-ccs.device <id>
                The new device-variant ID.
                A list of all available device-variant IDs will be printed if this argument is not recognized.

-ccs.endianness <name>
                The new device endianness (optional).
                A list of all applicable endianness types will be printed if this argument is not recognized.

-ccs.toolChain (TI | TICLANG | GNU)
                The new compiler tool-chain (optional).

-ccs.toolVersion <version>
                The new compiler version (optional).

-ccs.outputFormat (COFF | ELF)
                The new output-format (optional).

-ccs.products "[<id>[:<version>];]+"
                The new list of products to enable (optional).

-ccs.cmd "<file>"
                The new linker command file to be physically copied into the project (optional).

-ccs.rts "<file>"
                The new runtime support library (optional).

-ccs.setCompilerOptions "<options>" [@prepend] [@files ["<path>" ]+] [@folders ["<path>" ]+] [@configurations [<name> ]+]
                Space-separated list of build-options to set on the project's compiler tool (optional)
                (use backslash '\' to escape all double-quotes in <options>).
                Optionally, force the value for any list-type options to be prepended to current value.
                Optionally, specify lists of files/folders (project-relative paths) to set these options on.
                Optionally, specify a list of build-configurations in which these options are to be set.

-ccs.setLinkerOptions "<options>" [@prepend] [@configurations [<name> ]+]
                Similar to -ccs.setCompilerOptions

-ccs.setHexOptions "<options>" [@prepend] [@configurations [<name> ]+]
                Similar to -ccs.setCompilerOptions.

-ccs.setObjcopyOptions "<options>" [@prepend] [@configurations [<name> ]+]
                Similar to -ccs.setCompilerOptions.

-ccs.setSysConfigOptions "<options>" [@prepend] [@configurations [<name> ]+]
                Similar to -ccs.setCompilerOptions.

-ccs.args <file>
                File containing any extra arguments (optional).

-ccs.help
                Print this help message.

6.4.5.6. com.ti.ccs.apps.importSketch

List of available options for importSketch (as of CCS Theia 1.01) Usage:

ccs-server-cli -noSplash -data "<workspace_dir>" -application com.ti.ccs.apps.importSketch -ccs.sketchFile <path> -ccs.boardId <id> [<options>]

where options include:

-ccs.sketchFile "<path>"
                Absolute or relative path to the location of the sketch file.
                Relative paths will be assumed to be relative to the working directory.

-ccs.boardId <id>
                The board ID.
                A list of all available board IDs will be printed if this argument is missing or not recognized.

-ccs.projectName <name>
                Specify the name for the new project (optional).
                Defaults to the name of the sketch file.

-ccs.enableMultiTasking
                Enable multi-tasking mode (optional).
                Applicable only to boards which support multi-tasking.

-ccs.overwrite
                Forces overwrite of existing file-system resources (optional).

-ccs.autoBuild
                Performs an incremental build on the imported/created project (optional).

-ccs.args <file>
                File containing any extra arguments (optional).

-ccs.help
                Print this help message.

6.4.5.7. com.ti.ccs.apps.inspect

List of available options for inspect (as per CCS Theia 1.01) Usage:

ccs-server-cli -noSplash -data "<workspace_dir>" -application com.ti.ccs.apps.inspect
                (-ccs.preferences |
                        -ccs.products
                                [-ccs.products:showBasicDetails] |
                        -ccs.productDetails "<product-type-id>[:<product-version>]" |
                        -ccs.devices
                                [-ccs.devices:groupBy:family
                                        -ccs.devices:filterBy:family "<arg>"
                                        -ccs.devices:filterBy:variant "<arg>"
                                        -ccs.devices:filterBy:id "<arg>"
                                        -ccs.devices:showBasicDetails] |
                        -ccs.deviceDetails "<device-id>" |
                        -ccs.projects ["<name>" ]+
                                [-ccs.projects:listErrors] |
                                [-ccs.projects:listProblems] |
                                [-ccs.projects:listVariables] |
                                [-ccs.projects:showBuildOptions] |
                        -ccs.projects:externalResources ["<name>" ]* |
                        -ccs.projects:externalResources:noDirs ["<name>" ]* |
                        -ccs.projects:externalResources:noSourceDependencies ["<name>" ]* |
                        -ccs.projects:projectSpecApplicability ["<name>" ]*)
                [-ccs.format:json]

where options include:

-ccs.preferences
        Inspect the global preferences.

-ccs.products
        Inspect the discovered third-party products and tools.

-ccs.products:showBasicDetails
        Output some basic details for each product or tool [optional].

-ccs.productDetails "<product-type-id>[:<product-version>]"
        Inspect product details.

-ccs.devices
        Inspect the listing of supported devices.

-ccs.devices:groupBy:family
        Group the device list by device-family [optional].

-ccs.devices:filterBy:family "<arg>"
        Filter the device list by device-family [optional].
        Valid arguments: [ARM, C2000, C5400, C5500, C6000, C7000, MSP430, MSP432, EVE, ARP32, IVAHD, PRU, CLA, UNKNOWN].

-ccs.devices:filterBy:variant "<arg>"
        Filter the device list by device-variant [optional].
        Valid arguments: [ARM7, ARM9, ARM11, CortexA5, CortexA7, CortexA8, CortexA9, CortexA12, CortexA15, CortexA17, CortexA32, CortexA35, CortexA53, CortexA57, CortexA72, CortexA73, CortexM0, CortexM3, CortexM4, CortexM33, CortexR4, CortexR5, C27XX, C28XX, C54XX, C55XX, C55X+, C62XX, C64XX, C64X+, C66XX, C67XX, C67X+, C674X, C71XX, MSP430, MSP432, EVE, ARP32, IVAHD, PRU, CLA, Custom, UNKNOWN].

-ccs.devices:filterBy:id "<arg>"
        Filter the device list by device-ID [optional]. Expects Java reg-exp as argument.

-ccs.format:json
        Output results in JSON format [optional]. Defaults to XML.

-ccs.devices:showBasicDetails
        Output some basic details for each device [optional].

-ccs.deviceDetails "<device-id>"
        Inspect device details.

-ccs.projects ["<name>" ]+
        Space-separated list of projects to inspect.

-ccs.projects:listErrors
        List all errors for each project.

-ccs.projects:listProblems
        List all errors and warnings for each project.

-ccs.projects:listVariables
        List all build/path variables for each project.

-ccs.projects:showBuildOptions
        Show a hierarchical view of the set build-flags [optional].

-ccs.projects:externalResources ["<name>" ]*
        Same as '-ccs.projects', but only show each project's external resource dependencies.

-ccs.projects:externalResources:noDirs ["<name>" ]*
        Same as '-ccs.projects:externalResources', but omit any external directory dependencies (lists only files).

-ccs.projects:externalResources:noSourceDependencies ["<name>" ]*
        Same as '-ccs.projects:externalResources', but omit any source-level dependencies (avoids compiling all source files).

-ccs.projects:projectSpecApplicability ["<name>" ]*
        Same as '-ccs.projects', but only show each project's original projectspec applicability.

-ccs.args <file>
        File containing any extra arguments (optional).

-ccs.help
        Print this help message.

6.4.5.8. com.ti.ccs.apps.createTargetConfiguration

List of available options for createTargetConfiguration (as of CCS Theia 1.01) Usage:

ccs-server-cli -noSplash -data "<workspace_dir>" -application com.ti.ccs.apps.createTargetConfiguration -ccs.device [-ccs.connection -ccs.saveAs]

where options include:

-ccs.device "<arg>"
        Device. Expects the device XML-file name, or a Java reg-exp to match device's name, ID, or XML-file name.

-ccs.connection "<arg>"
        Connection [optional]. Expects the connection XML-file name, or a Java reg-exp to match connection's name, or XML-file name.

-ccs.saveAs "<file>"
        Destination file name or path [optional]. If omitted, picks default name and creates file in the working directory.

-ccs.args <file>
        File containing any extra arguments (optional).

-ccs.help
        Print this help message.

6.4.5.9. Full ISA device support descriptions

List of devices that are used with the -ccs.device option (as per CCS Theia 1.01). This list will change as additional device support is added.

NOTE: Refer to the following list of available devices (the display-names in square brackets are for reference only):

ISA family: Arm
        com.ti.ccstudio.deviceModel.TMS470.CustomTMS470Device [Custom Arm Device]
        com.ti.ccstudio.deviceModel.TMS470.GenericARM7Device [Generic Arm7 Device]
        com.ti.ccstudio.deviceModel.TMS470.GenericARM9Device [Generic Arm9 Device]
        com.ti.ccstudio.deviceModel.TMS470.GenericARM11Device [Generic Arm11 Device]
        com.ti.ccstudio.deviceModel.TMS470.GenericCortexA8Device [Generic CortexA8 Device]
        com.ti.ccstudio.deviceModel.TMS470.GenericCortexA9Device [Generic CortexA9 Device]
        com.ti.ccstudio.deviceModel.TMS470.GenericCortexA15Device [Generic CortexA15 Device]
        com.ti.ccstudio.deviceModel.TMS470.GenericCortexM3Device [Generic CortexM3 Device]
        com.ti.ccstudio.deviceModel.TMS470.GenericCortexM4Device [Generic CortexM4 Device]
        com.ti.ccstudio.deviceModel.TMS470.GenericCortexR4Device [Generic CortexR4 Device]
        com.ti.ccstudio.deviceModel.TMS470.GenericCortexR5Device [Generic CortexR5 Device]
        Cortex M.AM2434_ALV [AM2434_ALV]
        Cortex R.AM2434_ALV [AM2434_ALV]
        Cortex M.AM2434_ALX [AM2434_ALX]
        Cortex R.AM2434_ALX [AM2434_ALX]
        Cortex M.AM2434_ALV.AM243x_GP_EVM [AM243x_GP_EVM]
        Cortex R.AM2434_ALV.AM243x_GP_EVM [AM243x_GP_EVM]
        Cortex M.AM2434_ALX.AM243x_LAUNCHPAD [AM243x_LAUNCHPAD]
        Cortex R.AM2434_ALX.AM243x_LAUNCHPAD [AM243x_LAUNCHPAD]
        Cortex M.AM263x [AM2631]
        Cortex R.AM263x [AM2631]
        Cortex M.AM263x.AM263x_CC [AM263x_CC]
        Cortex R.AM263x.AM263x_CC [AM263x_CC]
        Cortex M.AM263x.AM263x_LAUNCHPAD [AM263x_LAUNCHPAD]
        Cortex R.AM263x.AM263x_LAUNCHPAD [AM263x_LAUNCHPAD]
        Cortex M.CC1310F128 [CC1310F128]
        Cortex M.CC1310F32 [CC1310F32]
        Cortex M.CC1310F64 [CC1310F64]
        Cortex M.CC1311P3 [CC1311P3]
        Cortex M.CC1311R3 [CC1311R3]
        Cortex M.CC1312PSIP [CC1312PSIP]
        Cortex M.CC1312R1F3 [CC1312R1F3]
        Cortex M.CC1312R7 [CC1312R7]
        Cortex M.CC1314R10 [CC1314R10]
        Cortex M.CC1350F128 [CC1350F128]
        Cortex M.CC1352P1F3 [CC1352P1F3]
        Cortex M.CC1352P7 [CC1352P7]
        Cortex M.CC1352R1F3 [CC1352R1F3]
        Cortex M.CC1354P10 [CC1354P10]
        Cortex M.CC1354R10 [CC1354R10]
        Cortex M.CC2340R5 [CC2340R5]
        Cortex M.CC2620F128 [CC2620F128]
        Cortex M.CC2630F128 [CC2630F128]
        Cortex M.CC2640F128 [CC2640F128]
        Cortex M.CC2640R2F [CC2640R2F]
        Cortex M.CC2640R2L [CC2640R2L]
        Cortex M.CC2642R1F [CC2642R1F]
        Cortex M.CC2650F128 [CC2650F128]
        Cortex M.CC2651P3 [CC2651P3]
        Cortex M.CC2651R3 [CC2651R3]
        Cortex M.CC2651R3SIPA [CC2651R3SIPA]
        Cortex M.CC2652P1F [CC2652P1F]
        Cortex M.CC2652P7 [CC2652P7]
        Cortex M.CC2652PSIP [CC2652PSIP]
        Cortex M.CC2652R1F [CC2652R1F]
        Cortex M.CC2652R7 [CC2652R7]
        Cortex M.CC2652RB1F [CC2652RB1F]
        Cortex M.CC2652RSIP [CC2652RSIP]
        Cortex M.CC2653P10 [CC2653P10]
        Cortex M.CC2662R1F [CC2662R1F]
        Cortex M.CC2674P10 [CC2674P10]
        Cortex M.CC2674R10 [CC2674R10]
        Cortex M.F28M35E20B1 [F28M35E20B1]
        Cortex M.F28M35H22C1 [F28M35H22C1]
        Cortex M.F28M35H52C1 [F28M35H52C1]
        Cortex M.F28M35M20B1 [F28M35M20B1]
        Cortex M.F28M35M22C1 [F28M35M22C1]
        Cortex M.F28M35M52C1 [F28M35M52C1]
        Cortex M.F28M36H33B2 [F28M36H33B2]
        Cortex M.F28M36H33C2 [F28M36H33C2]
        Cortex M.F28M36H53B2 [F28M36H53B2]
        Cortex M.F28M36H53C2 [F28M36H53C2]
        Cortex M.F28M36P53C2 [F28M36P53C2]
        Cortex M.F28M36P63C2 [F28M36P63C2]
        Cortex M.MSPM0G1105 [MSPM0G1105]
        Cortex M.MSPM0G1106 [MSPM0G1106]
        Cortex M.MSPM0G1107 [MSPM0G1107]
        Cortex M.MSPM0G1505 [MSPM0G1505]
        Cortex M.MSPM0G1506 [MSPM0G1506]
        Cortex M.MSPM0G1507 [MSPM0G1507]
        Cortex M.MSPM0G3105 [MSPM0G3105]
        Cortex M.MSPM0G3106 [MSPM0G3106]
        Cortex M.MSPM0G3107 [MSPM0G3107]
        Cortex M.MSPM0G3505 [MSPM0G3505]
        Cortex M.MSPM0G3506 [MSPM0G3506]
        Cortex M.MSPM0G3507 [MSPM0G3507]
        Cortex M.MSPM0L1105 [MSPM0L1105]
        Cortex M.MSPM0L1106 [MSPM0L1106]
        Cortex M.MSPM0L1303 [MSPM0L1303]
        Cortex M.MSPM0L1304 [MSPM0L1304]
        Cortex M.MSPM0L1305 [MSPM0L1305]
        Cortex M.MSPM0L1306 [MSPM0L1306]
        Cortex M.MSPM0L1343 [MSPM0L1343]
        Cortex M.MSPM0L1344 [MSPM0L1344]
        Cortex M.MSPM0L1345 [MSPM0L1345]
        Cortex M.MSPM0L1346 [MSPM0L1346]
        Cortex M.TMS320F28384D [TMS320F28384D]
        Cortex M.TMS320F28384S [TMS320F28384S]
        Cortex M.TMS320F28386D [TMS320F28386D]
        Cortex M.TMS320F28386S [TMS320F28386S]
        Cortex M.TMS320F28388D [TMS320F28388D]
        Cortex M.TMS320F28388S [TMS320F28388S]

ISA family: C2000
        com.ti.ccstudio.deviceModel.C2000.CustomC2000Device [Custom C2000 Device]
        com.ti.ccstudio.deviceModel.C2000.GenericC28xxDevice [Generic C28xx Device]
        TMS320C28XX.TMS320F28027.CONTROLSTICKF28027 [controlSTICK - Piccolo F28027]
        TMS320C28XX.TMS320F28069.CONTROLSTICKF28069 [controlSTICK - Piccolo F28069]
        TMS320C28XX.TMS320F28035.DEVKITDMOTCTLPFC28035 [Developer's Kit - Dual Motor Control and PFC (F28035)]
        TMS320C28XX.TMS320F28035.DEVKITMOTCTLPFC28035 [Developer's Kit - Motor Control and PFC (F28035)]
        TMS320C28XX.TMS320F2808.DEVKITRESDCDCF2808 [Developer's Kit - Resonant DC/DC (F2808)]
        TMS320C28XX.TMS320F28335.EXPKITF28335 [Experimenter's Kit - Delfino F28335]
        TMS320C28XX.TMS320F2808.EXPKITF2808 [Experimenter's Kit - F2808]
        TMS320C28XX.TMS320F28027.EXPKITF28027 [Experimenter's Kit - Piccolo F28027]
        TMS320C28XX.TMS320F28035.EXPKITF28035 [Experimenter's Kit - Piccolo F28035]
        TMS320C28XX.TMS320F28069.EXPKITF28069 [Experimenter's Kit - Piccolo F28069]
        TMS320C28XX.TMS320F28044.EZDSPF28044 [EZDSPF28044]
        TMS320C28XX.TMS320F2808.EZDSPF2808 [EZDSPF2808]
        TMS320C28XX.TMS320F2812.EZDSPF2812 [EZDSPF2812]
        TMS320C28XX.TMS320F28335.EZDSPF28335 [EZDSPF28335]
        TMS320C28XX.F28M35E20B1 [F28M35E20B1]
        TMS320C28XX.F28M35H22C1 [F28M35H22C1]
        TMS320C28XX.F28M35H52C1 [F28M35H52C1]
        TMS320C28XX.F28M35M20B1 [F28M35M20B1]
        TMS320C28XX.F28M35M22C1 [F28M35M22C1]
        TMS320C28XX.F28M35M52C1 [F28M35M52C1]
        TMS320C28XX.F28M36H33B2 [F28M36H33B2]
        TMS320C28XX.F28M36H33C2 [F28M36H33C2]
        TMS320C28XX.F28M36H53B2 [F28M36H53B2]
        TMS320C28XX.F28M36H53C2 [F28M36H53C2]
        TMS320C28XX.F28M36P53C2 [F28M36P53C2]
        TMS320C28XX.F28M36P63C2 [F28M36P63C2]
        TMS320C28XX.TMS320C2801 [TMS320C2801]
        TMS320C28XX.TMS320C2802 [TMS320C2802]
        TMS320C28XX.TMS320C2810 [TMS320C2810]
        TMS320C28XX.TMS320C2811 [TMS320C2811]
        TMS320C28XX.TMS320C2812 [TMS320C2812]
        TMS320C28XX.TMS320C28341 [TMS320C28341]
        TMS320C28XX.TMS320C28342 [TMS320C28342]
        TMS320C28XX.TMS320C28343 [TMS320C28343]
        TMS320C28XX.TMS320C28344 [TMS320C28344]
        TMS320C28XX.TMS320C28345 [TMS320C28345]
        TMS320C28XX.TMS320C28346 [TMS320C28346]
        TMS320C28XX.TMS320F2800132 [TMS320F2800132]
        TMS320C28XX.TMS320F2800133 [TMS320F2800133]
        TMS320C28XX.TMS320F2800135 [TMS320F2800135]
        TMS320C28XX.TMS320F2800137 [TMS320F2800137]
        TMS320C28XX.TMS320F2800153 [TMS320F2800153]
        TMS320C28XX.TMS320F2800155 [TMS320F2800155]
        TMS320C28XX.TMS320F2800155-Q1 [TMS320F2800155-Q1]
        TMS320C28XX.TMS320F2800157 [TMS320F2800157]
        TMS320C28XX.TMS320F2800157-Q1 [TMS320F2800157-Q1]
        TMS320C28XX.TMS320F280021 [TMS320F280021]
        TMS320C28XX.TMS320F280022 [TMS320F280022]
        TMS320C28XX.TMS320F280023 [TMS320F280023]
        TMS320C28XX.TMS320F280023C [TMS320F280023C]
        TMS320C28XX.TMS320F280024 [TMS320F280024]
        TMS320C28XX.TMS320F280024C [TMS320F280024C]
        TMS320C28XX.TMS320F280025 [TMS320F280025]
        TMS320C28XX.TMS320F280025C [TMS320F280025C]
        TMS320C28XX.TMS320F280033 [TMS320F280033]
        TMS320C28XX.TMS320F280034 [TMS320F280034]
        TMS320C28XX.TMS320F280036 [TMS320F280036]
        TMS320C28XX.TMS320F280036C [TMS320F280036C]
        TMS320C28XX.TMS320F280037 [TMS320F280037]
        TMS320C28XX.TMS320F280037C [TMS320F280037C]
        TMS320C28XX.TMS320F280038 [TMS320F280038]
        TMS320C28XX.TMS320F280038C [TMS320F280038C]
        TMS320C28XX.TMS320F280039 [TMS320F280039]
        TMS320C28XX.TMS320F280039C [TMS320F280039C]
        TMS320C28XX.TMS320F280040 [TMS320F280040]
        TMS320C28XX.TMS320F280040C [TMS320F280040C]
        TMS320C28XX.TMS320F280041 [TMS320F280041]
        TMS320C28XX.TMS320F280041C [TMS320F280041C]
        TMS320C28XX.TMS320F280045 [TMS320F280045]
        TMS320C28XX.TMS320F280048 [TMS320F280048]
        TMS320C28XX.TMS320F280048C [TMS320F280048C]
        TMS320C28XX.TMS320F280049 [TMS320F280049]
        TMS320C28XX.TMS320F280049C [TMS320F280049C]
        TMS320C28XX.TMS320F280049M [TMS320F280049M]
        TMS320C28XX.TMS320F2801 [TMS320F2801]
        TMS320C28XX.TMS320F28015 [TMS320F28015]
        TMS320C28XX.TMS320F28016 [TMS320F28016]
        TMS320C28XX.TMS320F2802 [TMS320F2802]
        TMS320C28XX.TMS320F28020 [TMS320F28020]
        TMS320C28XX.TMS320F280200 [TMS320F280200]
        TMS320C28XX.TMS320F28021 [TMS320F28021]
        TMS320C28XX.TMS320F28022 [TMS320F28022]
        TMS320C28XX.TMS320F280220 [TMS320F280220]
        TMS320C28XX.TMS320F28023 [TMS320F28023]
        TMS320C28XX.TMS320F280230 [TMS320F280230]
        TMS320C28XX.TMS320F28026 [TMS320F28026]
        TMS320C28XX.TMS320F280260 [TMS320F280260]
        TMS320C28XX.TMS320F28027 [TMS320F28027]
        TMS320C28XX.TMS320F280270 [TMS320F280270]
        TMS320C28XX.TMS320F28030 [TMS320F28030]
        TMS320C28XX.TMS320F28031 [TMS320F28031]
        TMS320C28XX.TMS320F28032 [TMS320F28032]
        TMS320C28XX.TMS320F28033 [TMS320F28033]
        TMS320C28XX.TMS320F28034 [TMS320F28034]
        TMS320C28XX.TMS320F28035 [TMS320F28035]
        TMS320C28XX.TMS320F28044 [TMS320F28044]
        TMS320C28XX.TMS320F28050 [TMS320F28050]
        TMS320C28XX.TMS320F28051 [TMS320F28051]
        TMS320C28XX.TMS320F28052 [TMS320F28052]
        TMS320C28XX.TMS320F28052F [TMS320F28052F]
        TMS320C28XX.TMS320F28052M [TMS320F28052M]
        TMS320C28XX.TMS320F28053 [TMS320F28053]
        TMS320C28XX.TMS320F28054 [TMS320F28054]
        TMS320C28XX.TMS320F28054F [TMS320F28054F]
        TMS320C28XX.TMS320F28054M [TMS320F28054M]
        TMS320C28XX.TMS320F28055 [TMS320F28055]
        TMS320C28XX.TMS320F2806 [TMS320F2806]
        TMS320C28XX.TMS320F28062 [TMS320F28062]
        TMS320C28XX.TMS320F28063 [TMS320F28063]
        TMS320C28XX.TMS320F28064 [TMS320F28064]
        TMS320C28XX.TMS320F28065 [TMS320F28065]
        TMS320C28XX.TMS320F28066 [TMS320F28066]
        TMS320C28XX.TMS320F28067 [TMS320F28067]
        TMS320C28XX.TMS320F28068 [TMS320F28068]
        TMS320C28XX.TMS320F28069 [TMS320F28069]
        TMS320C28XX.TMS320F28074 [TMS320F28074]
        TMS320C28XX.TMS320F28075 [TMS320F28075]
        TMS320C28XX.TMS320F28076 [TMS320F28076]
        TMS320C28XX.TMS320F28079 [TMS320F28079]
        TMS320C28XX.TMS320F2808 [TMS320F2808]
        TMS320C28XX.TMS320F2809 [TMS320F2809]
        TMS320C28XX.TMS320F2810 [TMS320F2810]
        TMS320C28XX.TMS320F2811 [TMS320F2811]
        TMS320C28XX.TMS320F2812 [TMS320F2812]
        TMS320C28XX.TMS320F28232 [TMS320F28232]
        TMS320C28XX.TMS320F28234 [TMS320F28234]
        TMS320C28XX.TMS320F28235 [TMS320F28235]
        TMS320C28XX.TMS320F28332 [TMS320F28332]
        TMS320C28XX.TMS320F28333 [TMS320F28333]
        TMS320C28XX.TMS320F28334 [TMS320F28334]
        TMS320C28XX.TMS320F28335 [TMS320F28335]
        TMS320C28XX.TMS320F28374D [TMS320F28374D]
        TMS320C28XX.TMS320F28374S [TMS320F28374S]
        TMS320C28XX.TMS320F28375D [TMS320F28375D]
        TMS320C28XX.TMS320F28375S [TMS320F28375S]
        TMS320C28XX.TMS320F28376D [TMS320F28376D]
        TMS320C28XX.TMS320F28376S [TMS320F28376S]
        TMS320C28XX.TMS320F28377D [TMS320F28377D]
        TMS320C28XX.TMS320F28377S [TMS320F28377S]
        TMS320C28XX.TMS320F28378D [TMS320F28378D]
        TMS320C28XX.TMS320F28378S [TMS320F28378S]
        TMS320C28XX.TMS320F28379D [TMS320F28379D]
        TMS320C28XX.TMS320F28379S [TMS320F28379S]
        TMS320C28XX.TMS320F2837HD [TMS320F2837HD]
        TMS320C28XX.TMS320F28384D [TMS320F28384D]
        TMS320C28XX.TMS320F28384S [TMS320F28384S]
        TMS320C28XX.TMS320F28386D [TMS320F28386D]
        TMS320C28XX.TMS320F28386S [TMS320F28386S]
        TMS320C28XX.TMS320F28388D [TMS320F28388D]
        TMS320C28XX.TMS320F28388S [TMS320F28388S]
        TMS320C28XX.TMS320F28PLC83 [TMS320F28PLC83]
        TMS320C28XX.TMS320F28PLC84 [TMS320F28PLC84]
        TMS320C28XX.TMS320F28PLC85 [TMS320F28PLC85]
        TMS320C28XX.TMS320F28PLC90D [TMS320F28PLC90D]
        TMS320C28XX.TMS320F28PLC93 [TMS320F28PLC93]
        TMS320C28XX.TMS320F28PLC95 [TMS320F28PLC95]
        TMS320C28XX.TMS320R2810 [TMS320R2810]
        TMS320C28XX.TMS320R2812 [TMS320R2812]

ISA family: MSP430
        com.ti.ccstudio.deviceModel.MSP430.CustomMSP430Device [Custom MSP430 Device]
        CC430F5123
        CC430F5125
        CC430F5133
        CC430F5135
        CC430F5137
        CC430F5143
        CC430F5145
        CC430F5147
        CC430F6125
        CC430F6126
        CC430F6127
        CC430F6135
        CC430F6137
        CC430F6143
        CC430F6145
        CC430F6147
        MSP430AFE221
        MSP430AFE222
        MSP430AFE223
        MSP430AFE231
        MSP430AFE232
        MSP430AFE233
        MSP430AFE251
        MSP430AFE252
        MSP430AFE253
        MSP430BT5190
        MSP430C091
        MSP430C092
        MSP430C111
        MSP430C1111
        MSP430C112
        MSP430C1121
        MSP430C1331
        MSP430C1351
        MSP430C311S
        MSP430C312
        MSP430C313
        MSP430C314
        MSP430C315
        MSP430C323
        MSP430C325
        MSP430C336
        MSP430C337
        MSP430C412
        MSP430C413
        MSP430CG4616
        MSP430CG4617
        MSP430CG4618
        MSP430CG4619
        MSP430E112
        MSP430E313
        MSP430E315
        MSP430E325
        MSP430E337
        MSP430F110
        MSP430F1101
        MSP430F1101A
        MSP430F1111
        MSP430F1111A
        MSP430F112
        MSP430F1121
        MSP430F1121A
        MSP430F1122
        MSP430F1132
        MSP430F122
        MSP430F1222
        MSP430F123
        MSP430F1232
        MSP430F133
        MSP430F135
        MSP430F147
        MSP430F1471
        MSP430F148
        MSP430F1481
        MSP430F149
        MSP430F1491
        MSP430F155
        MSP430F156
        MSP430F157
        MSP430F1610
        MSP430F1611
        MSP430F1612
        MSP430F167
        MSP430F168
        MSP430F169
        MSP430F2001
        MSP430F2002
        MSP430F2003
        MSP430F2011
        MSP430F2012
        MSP430F2013
        MSP430F2101
        MSP430F2111
        MSP430F2112
        MSP430F2121
        MSP430F2122
        MSP430F2131
        MSP430F2132
        MSP430F2232
        MSP430F2234
        MSP430F2252
        MSP430F2254
        MSP430F2272
        MSP430F2274
        MSP430F233
        MSP430F2330
        MSP430F235
        MSP430F2350
        MSP430F2370
        MSP430F2410
        MSP430F2416
        MSP430F2417
        MSP430F2418
        MSP430F2419
        MSP430F247
        MSP430F2471
        MSP430F248
        MSP430F2481
        MSP430F249
        MSP430F2491
        MSP430F2616
        MSP430F2617
        MSP430F2618
        MSP430F2619
        MSP430F412
        MSP430F413
        MSP430F4132
        MSP430F415
        MSP430F4152
        MSP430F417
        MSP430F423
        MSP430F423A
        MSP430F425
        MSP430F4250
        MSP430F425A
        MSP430F4260
        MSP430F427
        MSP430F4270
        MSP430F427A
        MSP430F435
        MSP430F4351
        MSP430F436
        MSP430F4361
        MSP430F437
        MSP430F4371
        MSP430F438
        MSP430F439
        MSP430F447
        MSP430F448
        MSP430F4481
        MSP430F449
        MSP430F4491
        MSP430F4616
        MSP430F46161
        MSP430F4617
        MSP430F46171
        MSP430F4618
        MSP430F46181
        MSP430F4619
        MSP430F46191
        MSP430F47126
        MSP430F47127
        MSP430F47163
        MSP430F47166
        MSP430F47167
        MSP430F47173
        MSP430F47176
        MSP430F47177
        MSP430F47183
        MSP430F47186
        MSP430F47187
        MSP430F47193
        MSP430F47196
        MSP430F47197
        MSP430F477
        MSP430F478
        MSP430F4783
        MSP430F4784
        MSP430F479
        MSP430F4793
        MSP430F4794
        MSP430F5131
        MSP430F5132
        MSP430F5151
        MSP430F5152
        MSP430F5171
        MSP430F5172
        MSP430F5212
        MSP430F5213
        MSP430F5214
        MSP430F5217
        MSP430F5218
        MSP430F5219
        MSP430F5222
        MSP430F5223
        MSP430F5224
        MSP430F5227
        MSP430F5228
        MSP430F5229
        MSP430F5232
        MSP430F5234
        MSP430F5237
        MSP430F5239
        MSP430F5242
        MSP430F5244
        MSP430F5247
        MSP430F5249
        MSP430F5252
        MSP430F5253
        MSP430F5254
        MSP430F5255
        MSP430F5256
        MSP430F5257
        MSP430F5258
        MSP430F5259
        MSP430F5304
        MSP430F5308
        MSP430F5309
        MSP430F5310
        MSP430F5324
        MSP430F5325
        MSP430F5326
        MSP430F5327
        MSP430F5328
        MSP430F5329
        MSP430F5333
        MSP430F5335
        MSP430F5336
        MSP430F5338
        MSP430F5340
        MSP430F5341
        MSP430F5342
        MSP430F5358
        MSP430F5359
        MSP430F5418
        MSP430F5418A
        MSP430F5419
        MSP430F5419A
        MSP430F5435
        MSP430F5435A
        MSP430F5436
        MSP430F5436A
        MSP430F5437
        MSP430F5437A
        MSP430F5438
        MSP430F5438A
        MSP430F5500
        MSP430F5501
        MSP430F5502
        MSP430F5503
        MSP430F5504
        MSP430F5505
        MSP430F5506
        MSP430F5507
        MSP430F5508
        MSP430F5509
        MSP430F5510
        MSP430F5513
        MSP430F5514
        MSP430F5515
        MSP430F5517
        MSP430F5519
        MSP430F5521
        MSP430F5522
        MSP430F5524
        MSP430F5525
        MSP430F5526
        MSP430F5527
        MSP430F5528
        MSP430F5529
        MSP430F5630
        MSP430F5631
        MSP430F5632
        MSP430F5633
        MSP430F5634
        MSP430F5635
        MSP430F5636
        MSP430F5637
        MSP430F5638
        MSP430F5658
        MSP430F5659
        MSP430F6433
        MSP430F6435
        MSP430F6436
        MSP430F6438
        MSP430F6458
        MSP430F6459
        MSP430F6630
        MSP430F6631
        MSP430F6632
        MSP430F6633
        MSP430F6634
        MSP430F6635
        MSP430F6636
        MSP430F6637
        MSP430F6638
        MSP430F6658
        MSP430F6659
        MSP430F6720
        MSP430F6720A
        MSP430F6721
        MSP430F6721A
        MSP430F6723
        MSP430F6723A
        MSP430F6724
        MSP430F6724A
        MSP430F6725
        MSP430F6725A
        MSP430F6726
        MSP430F6726A
        MSP430F6730
        MSP430F6730A
        MSP430F6731
        MSP430F6731A
        MSP430F6733
        MSP430F6733A
        MSP430F6734
        MSP430F6734A
        MSP430F6735
        MSP430F6735A
        MSP430F6736
        MSP430F6736A
        MSP430F6745
        MSP430F67451
        MSP430F67451A
        MSP430F6745A
        MSP430F6746
        MSP430F67461
        MSP430F67461A
        MSP430F6746A
        MSP430F6747
        MSP430F67471
        MSP430F67471A
        MSP430F6747A
        MSP430F6748
        MSP430F67481
        MSP430F67481A
        MSP430F6748A
        MSP430F6749
        MSP430F67491
        MSP430F67491A
        MSP430F6749A
        MSP430F67621
        MSP430F67621A
        MSP430F67641
        MSP430F67641A
        MSP430F6765
        MSP430F67651
        MSP430F67651A
        MSP430F6765A
        MSP430F6766
        MSP430F67661
        MSP430F67661A
        MSP430F6766A
        MSP430F6767
        MSP430F67671
        MSP430F67671A
        MSP430F6767A
        MSP430F6768
        MSP430F67681
        MSP430F67681A
        MSP430F6768A
        MSP430F6769
        MSP430F67691
        MSP430F67691A
        MSP430F6769A
        MSP430F6775
        MSP430F67751
        MSP430F67751A
        MSP430F6775A
        MSP430F6776
        MSP430F67761
        MSP430F67761A
        MSP430F6776A
        MSP430F6777
        MSP430F67771
        MSP430F67771A
        MSP430F6777A
        MSP430F6778
        MSP430F67781
        MSP430F67781A
        MSP430F6778A
        MSP430F6779
        MSP430F67791
        MSP430F67791A
        MSP430F6779A
        MSP430FE423
        MSP430FE4232
        MSP430FE423A
        MSP430FE4242
        MSP430FE425
        MSP430FE4252
        MSP430FE425A
        MSP430FE427
        MSP430FE4272
        MSP430FE427A
        MSP430FG4250
        MSP430FG4260
        MSP430FG4270
        MSP430FG437
        MSP430FG438
        MSP430FG439
        MSP430FG4616
        MSP430FG4617
        MSP430FG4618
        MSP430FG4619
        MSP430FG477
        MSP430FG478
        MSP430FG479
        MSP430FG6425
        MSP430FG6426
        MSP430FG6625
        MSP430FG6626
        MSP430FR2000
        MSP430FR2032
        MSP430FR2033
        MSP430FR2100
        MSP430FR2110
        MSP430FR2111
        MSP430FR2153
        MSP430FR2155
        MSP430FR2310
        MSP430FR2311
        MSP430FR2353
        MSP430FR2355
        MSP430FR2422
        MSP430FR2433
        MSP430FR2475
        MSP430FR2476
        MSP430FR2512
        MSP430FR2522
        MSP430FR2532
        MSP430FR2533
        MSP430FR2632
        MSP430FR2633
        MSP430FR2672
        MSP430FR2673
        MSP430FR2675
        MSP430FR2676
        MSP430FR4131
        MSP430FR4132
        MSP430FR4133
        MSP430FR5041
        MSP430FR5043
        MSP430FR50431
        MSP430FR5720
        MSP430FR5721
        MSP430FR5722
        MSP430FR5723
        MSP430FR5724
        MSP430FR5725
        MSP430FR5726
        MSP430FR5727
        MSP430FR5728
        MSP430FR5729
        MSP430FR5730
        MSP430FR5731
        MSP430FR5732
        MSP430FR5733
        MSP430FR5734
        MSP430FR5735
        MSP430FR5736
        MSP430FR5737
        MSP430FR5738
        MSP430FR5739
        MSP430FR5847
        MSP430FR58471
        MSP430FR5848
        MSP430FR5849
        MSP430FR5857
        MSP430FR5858
        MSP430FR5859
        MSP430FR5867
        MSP430FR58671
        MSP430FR5868
        MSP430FR5869
        MSP430FR5870
        MSP430FR5872
        MSP430FR58721
        MSP430FR5887
        MSP430FR5888
        MSP430FR5889
        MSP430FR58891
        MSP430FR5922
        MSP430FR59221
        MSP430FR5947
        MSP430FR59471
        MSP430FR5948
        MSP430FR5949
        MSP430FR5957
        MSP430FR5958
        MSP430FR5959
        MSP430FR5962
        MSP430FR5964
        MSP430FR5967
        MSP430FR5968
        MSP430FR5969
        MSP430FR59691
        MSP430FR5970
        MSP430FR5972
        MSP430FR59721
        MSP430FR5986
        MSP430FR5987
        MSP430FR5988
        MSP430FR5989
        MSP430FR59891
        MSP430FR5992
        MSP430FR5994
        MSP430FR59941
        MSP430FR6005
        MSP430FR6007
        MSP430FR6035
        MSP430FR6037
        MSP430FR60371
        MSP430FR6041
        MSP430FR6043
        MSP430FR60431
        MSP430FR6045
        MSP430FR6047
        MSP430FR60471
        MSP430FR6820
        MSP430FR6822
        MSP430FR68221
        MSP430FR6870
        MSP430FR6872
        MSP430FR68721
        MSP430FR6877
        MSP430FR6879
        MSP430FR68791
        MSP430FR6887
        MSP430FR6888
        MSP430FR6889
        MSP430FR68891
        MSP430FR6920
        MSP430FR6922
        MSP430FR69221
        MSP430FR6927
        MSP430FR69271
        MSP430FR6928
        MSP430FR6970
        MSP430FR6972
        MSP430FR69721
        MSP430FR6977
        MSP430FR6979
        MSP430FR69791
        MSP430FR6987
        MSP430FR6988
        MSP430FR6989
        MSP430FR69891
        MSP430FW423
        MSP430FW425
        MSP430FW427
        MSP430FW428
        MSP430FW429
        MSP430G2001
        MSP430G2101
        MSP430G2102
        MSP430G2111
        MSP430G2112
        MSP430G2113
        MSP430G2121
        MSP430G2131
        MSP430G2132
        MSP430G2152
        MSP430G2153
        MSP430G2201
        MSP430G2202
        MSP430G2203
        MSP430G2210
        MSP430G2211
        MSP430G2212
        MSP430G2213
        MSP430G2221
        MSP430G2230
        MSP430G2231
        MSP430G2232
        MSP430G2233
        MSP430G2252
        MSP430G2253
        MSP430G2302
        MSP430G2303
        MSP430G2312
        MSP430G2313
        MSP430G2332
        MSP430G2333
        MSP430G2352
        MSP430G2353
        MSP430G2402
        MSP430G2403
        MSP430G2412
        MSP430G2413
        MSP430G2432
        MSP430G2433
        MSP430G2444
        MSP430G2452
        MSP430G2453
        MSP430G2513
        MSP430G2533
        MSP430G2544
        MSP430G2553
        MSP430G2744
        MSP430G2755
        MSP430G2855
        MSP430G2955
        MSP430i2020
        MSP430i2021
        MSP430i2030
        MSP430i2031
        MSP430i2040
        MSP430i2041
        MSP430L092
        MSP430P112
        MSP430P313
        MSP430P315
        MSP430P315S
        MSP430P325
        MSP430P337
        MSP430SL5438A
        MSP430TCH5E
        RF430F5144
        RF430F5155
        RF430F5175
        RF430FRL152H
        RF430FRL153H
        RF430FRL154H

ISA family: MSP432
        com.ti.ccstudio.deviceModel.MSP432.CustomMSP432Device [Custom MSP432 Device]
        MSP432E401Y
        MSP432E411Y
        MSP432P4011
        MSP432P401M
        MSP432P401R
        MSP432P401V
        MSP432P401Y
        MSP432P4111
        MSP432P411V
        MSP432P411Y

ISA family: PRU
        TMS192C2026.AM2434_ALV [AM2434_ALV]
        TMS192C2026.AM2434_ALX [AM2434_ALX]
        TMS192C2026.AM2434_ALV.AM243x_GP_EVM [AM243x_GP_EVM]
        TMS192C2026.AM2434_ALX.AM243x_LAUNCHPAD [AM243x_LAUNCHPAD]
        TMS192C2026.AM263x [AM2631]
        TMS192C2026.AM263x.AM263x_CC [AM263x_CC]
        TMS192C2026.AM263x.AM263x_LAUNCHPAD [AM263x_LAUNCHPAD]