Pull request #54: PINDSW-7000 Update the tool versions in MCSDK source repository for v9.1

Merge in PINDSW/motor_control_sdk from PINDSW-7000-Update-the-tool-versions-in-MCSDK-source-repository-for-v9.1 to next

* commit '04f86f84a7016d2d7a5f846635843f6d310ab245':
  am64x/am243x/am263x : tools : update the tool versions for v9.1
  am64x/am243x/am263x : tools : update the tool versions for v9.1
This commit is contained in:
Naresh A 2023-10-17 04:18:53 -05:00 committed by Pratheesh Gangadhar TK
commit e1fa5e540a
81 changed files with 134 additions and 132 deletions

View File

@ -4,7 +4,7 @@
"id": "com.ti.MOTOR_CONTROL_SDK_AMXXX", "id": "com.ti.MOTOR_CONTROL_SDK_AMXXX",
"name": "MOTOR CONTROL SDK for AMXXX", "name": "MOTOR CONTROL SDK for AMXXX",
"rootCategory": [ "MOTOR CONTROL SDK", "MOTOR CONTROL SDK for AMXXX" ], "rootCategory": [ "MOTOR CONTROL SDK", "MOTOR CONTROL SDK for AMXXX" ],
"version": "09.00.00.01", "version": "09.01.00.01",
"type": "software", "type": "software",
"image": "./motor_control_sdk.png", "image": "./motor_control_sdk.png",
"license": "../../license.txt", "license": "../../license.txt",
@ -12,8 +12,8 @@
"tags": ["SDK", "Baremetal", "FreeRTOS"], "tags": ["SDK", "Baremetal", "FreeRTOS"],
"description": "Welcome to MOTOR CONTROL SDK for AMXXX. This SDK contains examples, libraries and tools to develop RTOS and no-RTOS based applications for ARM R5F, ARM M4F CPUs and related peripherals.", "description": "Welcome to MOTOR CONTROL SDK for AMXXX. This SDK contains examples, libraries and tools to develop RTOS and no-RTOS based applications for ARM R5F, ARM M4F CPUs and related peripherals.",
"dependencies": [ "dependencies": [
{ "packageId": "sysconfig", "version": "1.17.0", "require": "mandatory" }, { "packageId": "sysconfig", "version": "1.18.0", "require": "mandatory" },
{ "packageId": "ti_cgt_tiarmclang", "version": "2.1.3", "require": "mandatory" }, { "packageId": "ti_cgt_tiarmclang", "version": "3.2.0", "require": "mandatory" },
{ "packageId": "arm.gnu.aarch64-none", "version": "9.2.1", "require": "mandatory" } { "packageId": "arm.gnu.aarch64-none", "version": "9.2.1", "require": "mandatory" }
] ]
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "MOTOR_CONTROL_SDK", "name": "MOTOR_CONTROL_SDK",
"displayName": "MOTOR CONTROL SDK", "displayName": "MOTOR CONTROL SDK",
"version": "09.00.00", "version": "09.01.00",
"documentationPath": "../docs", "documentationPath": "../docs",
"includePaths": [ "includePaths": [
"../source", "../source",
@ -12,9 +12,11 @@
"/kernel/dpl", "/kernel/dpl",
"/drivers/drivers", "/drivers/drivers",
"/board/board", "/board/board",
"/fs/fs",
"/networking/networking", "/networking/networking",
"/security/security", "/security/security",
"/xbar/xbar", "/usb/usb",
"/pru_io/pru_io",
], ],
"devices": [ "devices": [
"AM64x", "AM64x",
@ -60,5 +62,5 @@
"showSignals": true, "showSignals": true,
"showUsed": true "showUsed": true
}, },
"minToolVersion" : "1.17.0" "minToolVersion" : "1.18.0"
} }

View File

@ -156,7 +156,7 @@ const utils = {
switch(cgt) { switch(cgt) {
case 'ti-arm-clang': case 'ti-arm-clang':
toolchainVersion = '2.1.3' toolchainVersion = '3.2.0'
break; break;
case 'gcc-aarch64': case 'gcc-aarch64':
toolchainVersion = '9.2' toolchainVersion = '9.2'
@ -176,15 +176,15 @@ const utils = {
}, },
getSysCfgVersionProjectSpec: () => { getSysCfgVersionProjectSpec: () => {
return "1.17.0"; return "1.18.0";
}, },
getCCSVersionProjectSpec: () => { getCCSVersionProjectSpec: () => {
return "1240"; return "1250";
}, },
getTiClangVersionProjectSpec: () => { getTiClangVersionProjectSpec: () => {
return "2.1.3"; return "3.2.0";
}, },
getGCCAarch64NoneVersionProjectSpec: () => { getGCCAarch64NoneVersionProjectSpec: () => {

View File

@ -7,7 +7,7 @@ DEVICE ?= am64x
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
TOOLS_PATH?=C:/ti TOOLS_PATH?=C:/ti
CCS_PATH?=$(TOOLS_PATH)/ccs1240/ccs CCS_PATH?=$(TOOLS_PATH)/ccs1250/ccs
CCS_ECLIPSE=$(CCS_PATH)/eclipse/eclipsec CCS_ECLIPSE=$(CCS_PATH)/eclipse/eclipsec
CYGWIN_PATH?=$(CCS_PATH)/utils/cygwin CYGWIN_PATH?=$(CCS_PATH)/utils/cygwin
MKDIR=$(CYGWIN_PATH)/mkdir -p MKDIR=$(CYGWIN_PATH)/mkdir -p
@ -27,7 +27,7 @@ else
UNAME_S := $(shell uname -s) UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux) ifeq ($(UNAME_S),Linux)
export TOOLS_PATH?=$(HOME)/ti export TOOLS_PATH?=$(HOME)/ti
export CCS_PATH?=$(TOOLS_PATH)/ccs1240/ccs export CCS_PATH?=$(TOOLS_PATH)/ccs1250/ccs
export CCS_ECLIPSE=$(CCS_PATH)/eclipse/eclipse export CCS_ECLIPSE=$(CCS_PATH)/eclipse/eclipse
export MKDIR=mkdir -p export MKDIR=mkdir -p
export RMDIR=rm -rf export RMDIR=rm -rf
@ -46,7 +46,7 @@ endif
CGT_TI_PRU_PATH=$(TOOLS_PATH)/ti-cgt-pru_2.3.3 CGT_TI_PRU_PATH=$(TOOLS_PATH)/ti-cgt-pru_2.3.3
CGT_TI_SMART_PLACEMENT_TOOL_PATH=$(TOOLS_PATH)/ti-cgt-armllvm_3.0.0.STS CGT_TI_SMART_PLACEMENT_TOOL_PATH=$(TOOLS_PATH)/ti-cgt-armllvm_3.0.0.STS
CGT_TI_ARM_CLANG_PATH=$(CCS_PATH)/tools/compiler/ti-cgt-armllvm_2.1.3.LTS CGT_TI_ARM_CLANG_PATH=$(CCS_PATH)/tools/compiler/ti-cgt-armllvm_3.2.0.LTS
ifeq ($(wildcard $(CGT_TI_ARM_CLANG_PATH)),) ifeq ($(wildcard $(CGT_TI_ARM_CLANG_PATH)),)
CGT_TI_ARM_CLANG_PATH=$(TOOLS_PATH)/ti-cgt-armllvm_2.1.3.LTS CGT_TI_ARM_CLANG_PATH=$(TOOLS_PATH)/ti-cgt-armllvm_2.1.3.LTS
endif endif
@ -55,7 +55,7 @@ CGT_TI_C6000_PATH=$(CCS_PATH)/tools/compiler/ti-cgt-c6000_8.3.12
DSPLIB_PATH=$(MOTOR_CONTROL_SDK_PATH)/mcu_plus_sdk/source/dsplib_c66x_3_4_0_0 DSPLIB_PATH=$(MOTOR_CONTROL_SDK_PATH)/mcu_plus_sdk/source/dsplib_c66x_3_4_0_0
% } % }
CCS_NODE = $(CCS_PATH)/tools/node/node CCS_NODE = $(CCS_PATH)/tools/node/node
SYSCFG_PATH ?= $(TOOLS_PATH)/sysconfig_1.17.0 SYSCFG_PATH ?= $(TOOLS_PATH)/sysconfig_1.18.0
SYSCFG_CLI_PATH ?= $(SYSCFG_PATH) SYSCFG_CLI_PATH ?= $(SYSCFG_PATH)
SYSCFG_NODE = $(SYSCFG_PATH)/nodejs/node SYSCFG_NODE = $(SYSCFG_PATH)/nodejs/node
SYSCFG_NWJS = $(SYSCFG_PATH)/nw/nw SYSCFG_NWJS = $(SYSCFG_PATH)/nw/nw

View File

@ -15,9 +15,9 @@
"id": "com.ti.`productName`", "id": "com.ti.`productName`",
"name": "MOTOR CONTROL SDK for `deviceName`", "name": "MOTOR CONTROL SDK for `deviceName`",
"rootCategory": [ "MOTOR CONTROL SDK", "MOTOR CONTROL SDK for `deviceName`" ], "rootCategory": [ "MOTOR CONTROL SDK", "MOTOR CONTROL SDK for `deviceName`" ],
"version": "09.00.00.01", "version": "09.01.00.01",
"type": "software", "type": "software",
"image": "./mcu_plus_sdk.png", "image": "./motor_control_sdk.png",
% if ((args.device == "am64x") || (args.device == "am243x") || (isDevelopmentMode)) { % if ((args.device == "am64x") || (args.device == "am243x") || (isDevelopmentMode)) {
"license": "../../license.txt", "license": "../../license.txt",
% } % }

View File

@ -13,7 +13,7 @@
"name": "MOTOR_CONTROL_SDK_`deviceName`", "name": "MOTOR_CONTROL_SDK_`deviceName`",
"displayName": "MOTOR CONTROL SDK for `deviceName`", "displayName": "MOTOR CONTROL SDK for `deviceName`",
% } % }
"version": "09.00.00", "version": "09.01.00",
"documentationPath": "../docs", "documentationPath": "../docs",
"includePaths": [ "includePaths": [
"../source", "../source",

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALV" device="Cortex R.AM2434_ALV"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK@09.00.00" * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"tool":"1.17.0+3128"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALX" device="Cortex R.AM2434_ALX"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM64x" device="Cortex R.AM64x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.00" * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@07.03.00"
* @versions {"data":"2021012919","timestamp":"2021012919","tool":"1.8.0+1785","templates":null} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALV" device="Cortex R.AM2434_ALV"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.00" * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@07.03.00"
* @versions {"data":"2021012919","timestamp":"2021012919","tool":"1.8.0+1785","templates":null} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALV" device="Cortex R.AM2434_ALV"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243x@09.01.00"
* @versions {"data":"2021040816","timestamp":"2021040816","tool":"1.8.1+1900","templates":null} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALX" device="Cortex R.AM2434_ALX"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243x@09.01.00"
* @versions {"data":"2021040816","timestamp":"2021040816","tool":"1.8.1+1900","templates":null} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALX" device="Cortex R.AM2434_ALX"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263x@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM263x" device="Cortex R.AM263x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263x@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM263x" device="Cortex R.AM263x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263x@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM263x" device="Cortex R.AM263x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263x@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM263x" device="Cortex R.AM263x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.00" * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@07.03.00"
* @versions {"data":"2021012919","timestamp":"2021012919","tool":"1.8.0+1785","templates":null} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALV" device="Cortex R.AM2434_ALV"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.00" * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@07.03.00"
* @versions {"data":"2021012919","timestamp":"2021012919","tool":"1.8.0+1785","templates":null} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALV" device="Cortex R.AM2434_ALV"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243x@09.01.00"
* @versions {"data":"2021040816","timestamp":"2021040816","tool":"1.8.1+1900","templates":null} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALX" device="Cortex R.AM2434_ALX"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"data":"2021040816","timestamp":"2021040816","tool":"1.8.1+1900","templates":null} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALX" device="Cortex R.AM2434_ALX"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM263x" device="Cortex R.AM263x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM263x" device="Cortex R.AM263x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263x@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM263x" device="Cortex R.AM263x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM263x" device="Cortex R.AM263x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALV" device="Cortex R.AM2434_ALV"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM64x" device="Cortex R.AM64x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALV" device="Cortex R.AM2434_ALV"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM64x" device="Cortex R.AM64x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALV" device="Cortex R.AM2434_ALV"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALX" device="Cortex R.AM2434_ALX"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM64x" device="Cortex R.AM64x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALV" device="Cortex R.AM2434_ALV"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM64x" device="Cortex R.AM64x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK@09.00.00" * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"tool":"1.17.0+3128"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALV" device="Cortex R.AM2434_ALV"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK@09.00.00" * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"tool":"1.17.0+3128"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALX" device="Cortex R.AM2434_ALX"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM64x" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK@09.00.00" * @cliArgs --device "AM64x" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00"
* @versions {"tool":"1.17.0+3128"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM64x" device="Cortex R.AM64x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALV" device="Cortex R.AM2434_ALV"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM64x" device="Cortex R.AM64x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALV" device="Cortex R.AM2434_ALV"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM2434_ALX" device="Cortex R.AM2434_ALX"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00"
* @versions {"tool":"1.14.0+2667"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM64x" device="Cortex R.AM64x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -1,8 +1,8 @@
/** /**
* These arguments were used when this file was generated. They will be automatically applied on subsequent loads * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
* via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
* @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK@09.00.00" * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263X@09.01.00"
* @versions {"tool":"1.17.0+3128"} * @versions {"tool":"1.18.0+3266"}
*/ */
/** /**

View File

@ -19,7 +19,7 @@
" "
connection="TIXDS110_Connection.xml" connection="TIXDS110_Connection.xml"
toolChain="TICLANG" toolChain="TICLANG"
cgtVersion="2.1.3" cgtVersion="3.2.0"
device="Cortex R.AM263x" device="Cortex R.AM263x"
deviceCore="MAIN_PULSAR_Cortex_R5_0_0" deviceCore="MAIN_PULSAR_Cortex_R5_0_0"
ignoreDefaultDeviceSettings="true" ignoreDefaultDeviceSettings="true"

View File

@ -3,7 +3,7 @@ DEVICE ?= am64x
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
TOOLS_PATH?=C:/ti TOOLS_PATH?=C:/ti
CCS_PATH?=$(TOOLS_PATH)/ccs1240/ccs CCS_PATH?=$(TOOLS_PATH)/ccs1250/ccs
CCS_ECLIPSE=$(CCS_PATH)/eclipse/eclipsec CCS_ECLIPSE=$(CCS_PATH)/eclipse/eclipsec
CYGWIN_PATH?=$(CCS_PATH)/utils/cygwin CYGWIN_PATH?=$(CCS_PATH)/utils/cygwin
MKDIR=$(CYGWIN_PATH)/mkdir -p MKDIR=$(CYGWIN_PATH)/mkdir -p
@ -21,7 +21,7 @@ else
UNAME_S := $(shell uname -s) UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux) ifeq ($(UNAME_S),Linux)
export TOOLS_PATH?=$(HOME)/ti export TOOLS_PATH?=$(HOME)/ti
export CCS_PATH?=$(TOOLS_PATH)/ccs1240/ccs export CCS_PATH?=$(TOOLS_PATH)/ccs1250/ccs
export CCS_ECLIPSE=$(CCS_PATH)/eclipse/eclipse export CCS_ECLIPSE=$(CCS_PATH)/eclipse/eclipse
export MKDIR=mkdir -p export MKDIR=mkdir -p
export RMDIR=rm -rf export RMDIR=rm -rf
@ -38,14 +38,14 @@ endif
CGT_TI_PRU_PATH=$(TOOLS_PATH)/ti-cgt-pru_2.3.3 CGT_TI_PRU_PATH=$(TOOLS_PATH)/ti-cgt-pru_2.3.3
CGT_TI_SMART_PLACEMENT_TOOL_PATH=$(TOOLS_PATH)/ti-cgt-armllvm_3.0.0.STS CGT_TI_SMART_PLACEMENT_TOOL_PATH=$(TOOLS_PATH)/ti-cgt-armllvm_3.0.0.STS
CGT_TI_ARM_CLANG_PATH=$(CCS_PATH)/tools/compiler/ti-cgt-armllvm_2.1.3.LTS CGT_TI_ARM_CLANG_PATH=$(CCS_PATH)/tools/compiler/ti-cgt-armllvm_3.2.0.LTS
ifeq ($(wildcard $(CGT_TI_ARM_CLANG_PATH)),) ifeq ($(wildcard $(CGT_TI_ARM_CLANG_PATH)),)
CGT_TI_ARM_CLANG_PATH=$(TOOLS_PATH)/ti-cgt-armllvm_2.1.3.LTS CGT_TI_ARM_CLANG_PATH=$(TOOLS_PATH)/ti-cgt-armllvm_2.1.3.LTS
endif endif
CGT_TI_C6000_PATH=$(CCS_PATH)/tools/compiler/ti-cgt-c6000_8.3.12 CGT_TI_C6000_PATH=$(CCS_PATH)/tools/compiler/ti-cgt-c6000_8.3.12
DSPLIB_PATH=$(MOTOR_CONTROL_SDK_PATH)/mcu_plus_sdk/source/dsplib_c66x_3_4_0_0 DSPLIB_PATH=$(MOTOR_CONTROL_SDK_PATH)/mcu_plus_sdk/source/dsplib_c66x_3_4_0_0
CCS_NODE = $(CCS_PATH)/tools/node/node CCS_NODE = $(CCS_PATH)/tools/node/node
SYSCFG_PATH ?= $(TOOLS_PATH)/sysconfig_1.17.0 SYSCFG_PATH ?= $(TOOLS_PATH)/sysconfig_1.18.0
SYSCFG_CLI_PATH ?= $(SYSCFG_PATH) SYSCFG_CLI_PATH ?= $(SYSCFG_PATH)
SYSCFG_NODE = $(SYSCFG_PATH)/nodejs/node SYSCFG_NODE = $(SYSCFG_PATH)/nodejs/node
SYSCFG_NWJS = $(SYSCFG_PATH)/nw/nw SYSCFG_NWJS = $(SYSCFG_PATH)/nw/nw