From b886de4ad9c647f8945854c621fee0b6b19d2acc Mon Sep 17 00:00:00 2001 From: Naresh A Date: Mon, 16 Oct 2023 13:27:17 +0530 Subject: [PATCH 1/2] am64x/am243x/am263x : tools : update the tool versions for v9.1 Update the tool versions in MCSDK source repository for v9.1 Fixes: PINDSW-7000 Signed-off-by: Naresh A --- .metadata/.tirex/package.tirex.json | 4 ++-- .metadata/product.json | 2 +- .project/genProjectSpec.js | 8 ++++---- .project/templates/imports.mak.xdt | 8 ++++---- .project/templates/package.tirex.json.xdt | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_nortos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_nortos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_nortos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_nortos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_nortos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_nortos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_nortos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_nortos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- .../r5fss0-0_freertos/ti-arm-clang/example.projectspec | 2 +- imports.mak | 8 ++++---- 43 files changed, 53 insertions(+), 53 deletions(-) diff --git a/.metadata/.tirex/package.tirex.json b/.metadata/.tirex/package.tirex.json index e96b9c1..18a9488 100644 --- a/.metadata/.tirex/package.tirex.json +++ b/.metadata/.tirex/package.tirex.json @@ -12,8 +12,8 @@ "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.", "dependencies": [ - { "packageId": "sysconfig", "version": "1.17.0", "require": "mandatory" }, - { "packageId": "ti_cgt_tiarmclang", "version": "2.1.3", "require": "mandatory" }, + { "packageId": "sysconfig", "version": "1.18.0", "require": "mandatory" }, + { "packageId": "ti_cgt_tiarmclang", "version": "3.2.0", "require": "mandatory" }, { "packageId": "arm.gnu.aarch64-none", "version": "9.2.1", "require": "mandatory" } ] } diff --git a/.metadata/product.json b/.metadata/product.json index bd98a9e..fe90139 100644 --- a/.metadata/product.json +++ b/.metadata/product.json @@ -60,5 +60,5 @@ "showSignals": true, "showUsed": true }, - "minToolVersion" : "1.17.0" + "minToolVersion" : "1.18.0" } diff --git a/.project/genProjectSpec.js b/.project/genProjectSpec.js index 78c4a25..0f7cb95 100644 --- a/.project/genProjectSpec.js +++ b/.project/genProjectSpec.js @@ -156,7 +156,7 @@ const utils = { switch(cgt) { case 'ti-arm-clang': - toolchainVersion = '2.1.3' + toolchainVersion = '3.2.0' break; case 'gcc-aarch64': toolchainVersion = '9.2' @@ -176,15 +176,15 @@ const utils = { }, getSysCfgVersionProjectSpec: () => { - return "1.17.0"; + return "1.18.0"; }, getCCSVersionProjectSpec: () => { - return "1240"; + return "1250"; }, getTiClangVersionProjectSpec: () => { - return "2.1.3"; + return "3.2.0"; }, getGCCAarch64NoneVersionProjectSpec: () => { diff --git a/.project/templates/imports.mak.xdt b/.project/templates/imports.mak.xdt index aba1154..82c9406 100644 --- a/.project/templates/imports.mak.xdt +++ b/.project/templates/imports.mak.xdt @@ -7,7 +7,7 @@ DEVICE ?= am64x ifeq ($(OS),Windows_NT) TOOLS_PATH?=C:/ti - CCS_PATH?=$(TOOLS_PATH)/ccs1240/ccs + CCS_PATH?=$(TOOLS_PATH)/ccs1250/ccs CCS_ECLIPSE=$(CCS_PATH)/eclipse/eclipsec CYGWIN_PATH?=$(CCS_PATH)/utils/cygwin MKDIR=$(CYGWIN_PATH)/mkdir -p @@ -27,7 +27,7 @@ else UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux) 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 MKDIR=mkdir -p export RMDIR=rm -rf @@ -46,7 +46,7 @@ endif 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_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)),) CGT_TI_ARM_CLANG_PATH=$(TOOLS_PATH)/ti-cgt-armllvm_2.1.3.LTS 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 % } 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_NODE = $(SYSCFG_PATH)/nodejs/node SYSCFG_NWJS = $(SYSCFG_PATH)/nw/nw diff --git a/.project/templates/package.tirex.json.xdt b/.project/templates/package.tirex.json.xdt index f519748..a157d97 100644 --- a/.project/templates/package.tirex.json.xdt +++ b/.project/templates/package.tirex.json.xdt @@ -17,7 +17,7 @@ "rootCategory": [ "MOTOR CONTROL SDK", "MOTOR CONTROL SDK for `deviceName`" ], "version": "09.00.00.01", "type": "software", - "image": "./mcu_plus_sdk.png", + "image": "./motor_control_sdk.png", % if ((args.device == "am64x") || (args.device == "am243x") || (isDevelopmentMode)) { "license": "../../license.txt", % } diff --git a/examples/current_sense/icss_sdfm/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/current_sense/icss_sdfm/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b1358bb..41167e4 100644 --- a/examples/current_sense/icss_sdfm/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/current_sense/icss_sdfm/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALV" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/current_sense/icss_sdfm/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/current_sense/icss_sdfm/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8925357..884091b 100644 --- a/examples/current_sense/icss_sdfm/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/current_sense/icss_sdfm/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALX" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/current_sense/icss_sdfm/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/current_sense/icss_sdfm/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 53002b4..b542eef 100644 --- a/examples/current_sense/icss_sdfm/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/current_sense/icss_sdfm/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM64x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index e8278d1..2158511 100644 --- a/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALV" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index a524663..07df2f9 100644 --- a/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALV" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1778cb5..ad5fcd0 100644 --- a/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALX" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 958fc15..d4a9646 100644 --- a/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALX" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 429183c..3883cad 100644 --- a/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM263x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 3e392f6..3286b8e 100644 --- a/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM263x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f606018..1b800ba 100644 --- a/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM263x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 0facf94..01d24f8 100644 --- a/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM263x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0b4c6d1..022b4cc 100644 --- a/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALV" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec index f61a747..63553a2 100644 --- a/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALV" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 02a5ba2..1bc4475 100644 --- a/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALX" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 9996cf4..91f2320 100644 --- a/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALX" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec index dad28f8..d36c292 100644 --- a/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM263x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 1b7f116..38316b5 100644 --- a/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM263x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0043081..88a4a6f 100644 --- a/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM263x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec b/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec index 13e8374..4adc030 100644 --- a/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec +++ b/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_nortos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM263x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/endat_diagnostic/multi_channel_load_share/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/endat_diagnostic/multi_channel_load_share/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index cdc8712..e4ffefe 100644 --- a/examples/position_sense/endat_diagnostic/multi_channel_load_share/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/endat_diagnostic/multi_channel_load_share/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALV" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/endat_diagnostic/multi_channel_load_share/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/endat_diagnostic/multi_channel_load_share/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 303cefd..fded3a0 100644 --- a/examples/position_sense/endat_diagnostic/multi_channel_load_share/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/endat_diagnostic/multi_channel_load_share/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM64x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index b330a00..0388081 100644 --- a/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALV" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index d07dcea..c91c5ee 100644 --- a/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM64x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/endat_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/endat_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index c83ddee..fe5279b 100644 --- a/examples/position_sense/endat_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/endat_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALV" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/endat_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/endat_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index f81c162..9114d45 100644 --- a/examples/position_sense/endat_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/endat_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALX" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/endat_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/endat_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 8d37333..f975551 100644 --- a/examples/position_sense/endat_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/endat_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM64x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/hdsl_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/hdsl_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 51813c2..728ea7c 100644 --- a/examples/position_sense/hdsl_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/hdsl_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALV" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/hdsl_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/hdsl_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 0289751..ad96e7c 100644 --- a/examples/position_sense/hdsl_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/hdsl_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM64x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/hdsl_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/hdsl_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 1055d27..c94cb1b 100644 --- a/examples/position_sense/hdsl_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/hdsl_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALV" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/hdsl_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/hdsl_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 7fedc94..d4db3b1 100644 --- a/examples/position_sense/hdsl_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/hdsl_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALX" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/hdsl_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/hdsl_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 2c66031..160c9c1 100644 --- a/examples/position_sense/hdsl_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/hdsl_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM64x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/tamagawa_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/tamagawa_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 63596a7..65aea87 100644 --- a/examples/position_sense/tamagawa_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/tamagawa_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALV" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/tamagawa_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/tamagawa_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index a296e95..5159be8 100644 --- a/examples/position_sense/tamagawa_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/tamagawa_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM64x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 36c8cdf..bd932be 100644 --- a/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALV" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 4e4ed56..516e92f 100644 --- a/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM2434_ALX" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/tamagawa_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/tamagawa_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 5cd09a7..ea79739 100644 --- a/examples/position_sense/tamagawa_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/tamagawa_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM64x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/examples/position_sense/tamagawa_diagnostic_over_soc_uart/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec b/examples/position_sense/tamagawa_diagnostic_over_soc_uart/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec index 198624d..ad29695 100644 --- a/examples/position_sense/tamagawa_diagnostic_over_soc_uart/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec +++ b/examples/position_sense/tamagawa_diagnostic_over_soc_uart/am263x-lp/r5fss0-0_freertos/ti-arm-clang/example.projectspec @@ -19,7 +19,7 @@ " connection="TIXDS110_Connection.xml" toolChain="TICLANG" - cgtVersion="2.1.3" + cgtVersion="3.2.0" device="Cortex R.AM263x" deviceCore="MAIN_PULSAR_Cortex_R5_0_0" ignoreDefaultDeviceSettings="true" diff --git a/imports.mak b/imports.mak index 36af66f..60ad6fc 100644 --- a/imports.mak +++ b/imports.mak @@ -3,7 +3,7 @@ DEVICE ?= am64x ifeq ($(OS),Windows_NT) TOOLS_PATH?=C:/ti - CCS_PATH?=$(TOOLS_PATH)/ccs1240/ccs + CCS_PATH?=$(TOOLS_PATH)/ccs1250/ccs CCS_ECLIPSE=$(CCS_PATH)/eclipse/eclipsec CYGWIN_PATH?=$(CCS_PATH)/utils/cygwin MKDIR=$(CYGWIN_PATH)/mkdir -p @@ -21,7 +21,7 @@ else UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux) 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 MKDIR=mkdir -p export RMDIR=rm -rf @@ -38,14 +38,14 @@ endif 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_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)),) CGT_TI_ARM_CLANG_PATH=$(TOOLS_PATH)/ti-cgt-armllvm_2.1.3.LTS endif 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 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_NODE = $(SYSCFG_PATH)/nodejs/node SYSCFG_NWJS = $(SYSCFG_PATH)/nw/nw From 04f86f84a7016d2d7a5f846635843f6d310ab245 Mon Sep 17 00:00:00 2001 From: Naresh A Date: Mon, 16 Oct 2023 16:32:34 +0530 Subject: [PATCH 2/2] am64x/am243x/am263x : tools : update the tool versions for v9.1 Update the tool versions in MCSDK source repository for v9.1 Fixes: PINDSW-7000 Signed-off-by: Naresh A --- .metadata/.tirex/package.tirex.json | 2 +- .metadata/product.json | 6 ++++-- .project/templates/package.tirex.json.xdt | 2 +- .project/templates/product.json.xdt | 2 +- .../icss_sdfm/am243x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../icss_sdfm/am243x-lp/r5fss0-0_freertos/example.syscfg | 4 ++-- .../icss_sdfm/am64x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../dcl_df22/am243x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../dcl/dcl_df22/am243x-evm/r5fss0-0_nortos/example.syscfg | 4 ++-- .../dcl/dcl_df22/am243x-lp/r5fss0-0_freertos/example.syscfg | 4 ++-- .../dcl/dcl_df22/am243x-lp/r5fss0-0_nortos/example.syscfg | 4 ++-- .../dcl/dcl_df22/am263x-cc/r5fss0-0_freertos/example.syscfg | 4 ++-- .../dcl/dcl_df22/am263x-cc/r5fss0-0_nortos/example.syscfg | 4 ++-- .../dcl/dcl_df22/am263x-lp/r5fss0-0_freertos/example.syscfg | 4 ++-- .../dcl/dcl_df22/am263x-lp/r5fss0-0_nortos/example.syscfg | 4 ++-- .../dcl/dcl_pi/am243x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../dcl/dcl_pi/am243x-evm/r5fss0-0_nortos/example.syscfg | 4 ++-- .../dcl/dcl_pi/am243x-lp/r5fss0-0_freertos/example.syscfg | 4 ++-- .../dcl/dcl_pi/am243x-lp/r5fss0-0_nortos/example.syscfg | 4 ++-- .../dcl/dcl_pi/am263x-cc/r5fss0-0_freertos/example.syscfg | 4 ++-- .../dcl/dcl_pi/am263x-cc/r5fss0-0_nortos/example.syscfg | 4 ++-- .../dcl/dcl_pi/am263x-lp/r5fss0-0_freertos/example.syscfg | 4 ++-- .../dcl/dcl_pi/am263x-lp/r5fss0-0_nortos/example.syscfg | 4 ++-- .../am243x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am64x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am243x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am64x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am243x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am243x-lp/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am64x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am243x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am64x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am243x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am243x-lp/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am64x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am243x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am64x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am243x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am243x-lp/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am64x-evm/r5fss0-0_freertos/example.syscfg | 4 ++-- .../am263x-lp/r5fss0-0_freertos/example.syscfg | 4 ++-- 41 files changed, 81 insertions(+), 79 deletions(-) diff --git a/.metadata/.tirex/package.tirex.json b/.metadata/.tirex/package.tirex.json index 18a9488..ffb5fd9 100644 --- a/.metadata/.tirex/package.tirex.json +++ b/.metadata/.tirex/package.tirex.json @@ -4,7 +4,7 @@ "id": "com.ti.MOTOR_CONTROL_SDK_AMXXX", "name": "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", "image": "./motor_control_sdk.png", "license": "../../license.txt", diff --git a/.metadata/product.json b/.metadata/product.json index fe90139..d986cd7 100644 --- a/.metadata/product.json +++ b/.metadata/product.json @@ -1,7 +1,7 @@ { "name": "MOTOR_CONTROL_SDK", "displayName": "MOTOR CONTROL SDK", - "version": "09.00.00", + "version": "09.01.00", "documentationPath": "../docs", "includePaths": [ "../source", @@ -12,9 +12,11 @@ "/kernel/dpl", "/drivers/drivers", "/board/board", + "/fs/fs", "/networking/networking", "/security/security", - "/xbar/xbar", + "/usb/usb", + "/pru_io/pru_io", ], "devices": [ "AM64x", diff --git a/.project/templates/package.tirex.json.xdt b/.project/templates/package.tirex.json.xdt index a157d97..c9dffca 100644 --- a/.project/templates/package.tirex.json.xdt +++ b/.project/templates/package.tirex.json.xdt @@ -15,7 +15,7 @@ "id": "com.ti.`productName`", "name": "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", "image": "./motor_control_sdk.png", % if ((args.device == "am64x") || (args.device == "am243x") || (isDevelopmentMode)) { diff --git a/.project/templates/product.json.xdt b/.project/templates/product.json.xdt index 2c4795f..78fa422 100644 --- a/.project/templates/product.json.xdt +++ b/.project/templates/product.json.xdt @@ -13,7 +13,7 @@ "name": "MOTOR_CONTROL_SDK_`deviceName`", "displayName": "MOTOR CONTROL SDK for `deviceName`", % } - "version": "09.00.00", + "version": "09.01.00", "documentationPath": "../docs", "includePaths": [ "../source", diff --git a/examples/current_sense/icss_sdfm/am243x-evm/r5fss0-0_freertos/example.syscfg b/examples/current_sense/icss_sdfm/am243x-evm/r5fss0-0_freertos/example.syscfg index 5f0a1db..76b4df2 100644 --- a/examples/current_sense/icss_sdfm/am243x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/current_sense/icss_sdfm/am243x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/current_sense/icss_sdfm/am243x-lp/r5fss0-0_freertos/example.syscfg b/examples/current_sense/icss_sdfm/am243x-lp/r5fss0-0_freertos/example.syscfg index 1d928ab..bede34b 100644 --- a/examples/current_sense/icss_sdfm/am243x-lp/r5fss0-0_freertos/example.syscfg +++ b/examples/current_sense/icss_sdfm/am243x-lp/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK@09.00.00" - * @versions {"tool":"1.17.0+3128"} + * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/current_sense/icss_sdfm/am64x-evm/r5fss0-0_freertos/example.syscfg b/examples/current_sense/icss_sdfm/am64x-evm/r5fss0-0_freertos/example.syscfg index 6ac1b2f..07a3cfa 100644 --- a/examples/current_sense/icss_sdfm/am64x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/current_sense/icss_sdfm/am64x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_freertos/example.syscfg b/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_freertos/example.syscfg index 7876a6b..ec03237 100644 --- a/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.00" - * @versions {"data":"2021012919","timestamp":"2021012919","tool":"1.8.0+1785","templates":null} + * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@07.03.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_nortos/example.syscfg b/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_nortos/example.syscfg index 7876a6b..ec03237 100644 --- a/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_nortos/example.syscfg +++ b/examples/dcl/dcl_df22/am243x-evm/r5fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.00" - * @versions {"data":"2021012919","timestamp":"2021012919","tool":"1.8.0+1785","templates":null} + * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@07.03.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_freertos/example.syscfg b/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_freertos/example.syscfg index 0e4bb27..66307ac 100644 --- a/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_freertos/example.syscfg +++ b/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"data":"2021040816","timestamp":"2021040816","tool":"1.8.1+1900","templates":null} + * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243x@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_nortos/example.syscfg b/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_nortos/example.syscfg index 0e4bb27..66307ac 100644 --- a/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_nortos/example.syscfg +++ b/examples/dcl/dcl_df22/am243x-lp/r5fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"data":"2021040816","timestamp":"2021040816","tool":"1.8.1+1900","templates":null} + * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243x@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_freertos/example.syscfg b/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_freertos/example.syscfg index 81572a9..e59fc50 100644 --- a/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_freertos/example.syscfg +++ b/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263x@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_nortos/example.syscfg b/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_nortos/example.syscfg index 81572a9..e59fc50 100644 --- a/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_nortos/example.syscfg +++ b/examples/dcl/dcl_df22/am263x-cc/r5fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263x@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_freertos/example.syscfg b/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_freertos/example.syscfg index 81572a9..e59fc50 100644 --- a/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_freertos/example.syscfg +++ b/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263x@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_nortos/example.syscfg b/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_nortos/example.syscfg index 81572a9..e59fc50 100644 --- a/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_nortos/example.syscfg +++ b/examples/dcl/dcl_df22/am263x-lp/r5fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263x@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_freertos/example.syscfg b/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_freertos/example.syscfg index 7876a6b..ec03237 100644 --- a/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.00" - * @versions {"data":"2021012919","timestamp":"2021012919","tool":"1.8.0+1785","templates":null} + * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@07.03.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_nortos/example.syscfg b/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_nortos/example.syscfg index 7876a6b..ec03237 100644 --- a/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_nortos/example.syscfg +++ b/examples/dcl/dcl_pi/am243x-evm/r5fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.00" - * @versions {"data":"2021012919","timestamp":"2021012919","tool":"1.8.0+1785","templates":null} + * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@07.03.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_freertos/example.syscfg b/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_freertos/example.syscfg index 0e4bb27..66307ac 100644 --- a/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_freertos/example.syscfg +++ b/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"data":"2021040816","timestamp":"2021040816","tool":"1.8.1+1900","templates":null} + * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243x@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_nortos/example.syscfg b/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_nortos/example.syscfg index 0e4bb27..da89522 100644 --- a/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_nortos/example.syscfg +++ b/examples/dcl/dcl_pi/am243x-lp/r5fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"data":"2021040816","timestamp":"2021040816","tool":"1.8.1+1900","templates":null} + * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_freertos/example.syscfg b/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_freertos/example.syscfg index 81572a9..1dbd694 100644 --- a/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_freertos/example.syscfg +++ b/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_nortos/example.syscfg b/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_nortos/example.syscfg index 81572a9..1dbd694 100644 --- a/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_nortos/example.syscfg +++ b/examples/dcl/dcl_pi/am263x-cc/r5fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_freertos/example.syscfg b/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_freertos/example.syscfg index 81572a9..e59fc50 100644 --- a/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_freertos/example.syscfg +++ b/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263x@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_nortos/example.syscfg b/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_nortos/example.syscfg index 81572a9..1dbd694 100644 --- a/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_nortos/example.syscfg +++ b/examples/dcl/dcl_pi/am263x-lp/r5fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM263x@08.06.00" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/endat_diagnostic/multi_channel_load_share/am243x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/endat_diagnostic/multi_channel_load_share/am243x-evm/r5fss0-0_freertos/example.syscfg index b9cd040..a979eca 100644 --- a/examples/position_sense/endat_diagnostic/multi_channel_load_share/am243x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/endat_diagnostic/multi_channel_load_share/am243x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/endat_diagnostic/multi_channel_load_share/am64x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/endat_diagnostic/multi_channel_load_share/am64x-evm/r5fss0-0_freertos/example.syscfg index 2701d08..b8d445d 100644 --- a/examples/position_sense/endat_diagnostic/multi_channel_load_share/am64x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/endat_diagnostic/multi_channel_load_share/am64x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am243x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am243x-evm/r5fss0-0_freertos/example.syscfg index b7d80a8..86efa4a 100644 --- a/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am243x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am243x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am64x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am64x-evm/r5fss0-0_freertos/example.syscfg index ca19890..b92802d 100644 --- a/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am64x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/endat_diagnostic/multi_channel_single_pru/am64x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/endat_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/endat_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/example.syscfg index 807e2cf..b0c37af 100644 --- a/examples/position_sense/endat_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/endat_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/endat_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/example.syscfg b/examples/position_sense/endat_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/example.syscfg index 1ca626c..3ae9ac9 100644 --- a/examples/position_sense/endat_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/endat_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/endat_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/endat_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/example.syscfg index d11764d..d9203d5 100644 --- a/examples/position_sense/endat_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/endat_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/hdsl_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/hdsl_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/example.syscfg index cf7e05e..487bcba 100644 --- a/examples/position_sense/hdsl_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/hdsl_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/hdsl_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/hdsl_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/example.syscfg index a6069cd..5f92cd4 100644 --- a/examples/position_sense/hdsl_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/hdsl_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/hdsl_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/hdsl_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/example.syscfg index 16359dd..e53e3d6 100644 --- a/examples/position_sense/hdsl_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/hdsl_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK@09.00.00" - * @versions {"tool":"1.17.0+3128"} + * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/hdsl_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/example.syscfg b/examples/position_sense/hdsl_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/example.syscfg index 57b0646..1aee5a1 100644 --- a/examples/position_sense/hdsl_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/hdsl_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK@09.00.00" - * @versions {"tool":"1.17.0+3128"} + * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/hdsl_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/hdsl_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/example.syscfg index 575fd5c..97dc71e 100644 --- a/examples/position_sense/hdsl_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/hdsl_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM64x" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK@09.00.00" - * @versions {"tool":"1.17.0+3128"} + * @cliArgs --device "AM64x" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/tamagawa_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/tamagawa_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/example.syscfg index 2d913c0..b7bf8d1 100644 --- a/examples/position_sense/tamagawa_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/tamagawa_diagnostic/multi_channel/am243x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/tamagawa_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/tamagawa_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/example.syscfg index 7294061..0a8b774 100644 --- a/examples/position_sense/tamagawa_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/tamagawa_diagnostic/multi_channel/am64x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/example.syscfg index 5bc16c0..8ffdb0e 100644 --- a/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM243x_ALV_beta" --package "ALV" --part "ALV" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/example.syscfg b/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/example.syscfg index 18fef1b..5b647d4 100644 --- a/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/tamagawa_diagnostic/single_channel/am243x-lp/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM243x_ALX_beta" --package "ALX" --part "ALX" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM243X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/tamagawa_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/example.syscfg b/examples/position_sense/tamagawa_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/example.syscfg index 9ecff00..d1aa8e9 100644 --- a/examples/position_sense/tamagawa_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/tamagawa_diagnostic/single_channel/am64x-evm/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM64x_beta" --package "ALV" --part "Default" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM64X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /** diff --git a/examples/position_sense/tamagawa_diagnostic_over_soc_uart/am263x-lp/r5fss0-0_freertos/example.syscfg b/examples/position_sense/tamagawa_diagnostic_over_soc_uart/am263x-lp/r5fss0-0_freertos/example.syscfg index 814944d..e7a4600 100644 --- a/examples/position_sense/tamagawa_diagnostic_over_soc_uart/am263x-lp/r5fss0-0_freertos/example.syscfg +++ b/examples/position_sense/tamagawa_diagnostic_over_soc_uart/am263x-lp/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * 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. - * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK@09.00.00" - * @versions {"tool":"1.17.0+3128"} + * @cliArgs --device "AM263x_beta" --package "ZCZ" --part "AM263x" --context "r5fss0-0" --product "MOTOR_CONTROL_SDK_AM263X@09.01.00" + * @versions {"tool":"1.18.0+3266"} */ /**