Pull request #38: am64x/am243x/am263x: build: Make Release mode as default configuration
Merge in PINDSW/motor_control_sdk from PINDSW-6926-Make-Release-mode-as-the-default-configuration-for-Motor-Control-SDK-examples to next * commit '553fbde312908054315a47270365b06d839e54b6': am64x/am243x/am263x: build: Make Release mode as default configuration
This commit is contained in:
commit
06a4b1e6a1
@ -1,5 +1,5 @@
|
||||
%%{
|
||||
let profile_list = ["debug", "release"];
|
||||
let profile_list = ["release", "debug"];
|
||||
|
||||
products = "";
|
||||
if("syscfgfile" in args.project) {
|
||||
|
||||
@ -12,8 +12,8 @@
|
||||
name="`args.project.name`_`args.project.board`_system_`args.project.tag`"
|
||||
products="`products`"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
device="Cortex R.`args.device.getProjectSpecDevice(args.project.board)`"
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "icss_sdfm_am243x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -69,19 +69,6 @@
|
||||
|
||||
description="A Icss Sdfm FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_sdfm.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -95,6 +82,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_sdfm.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../app_sdfm.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "icss_sdfm_am243x-lp_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -69,19 +69,6 @@
|
||||
|
||||
description="A Icss Sdfm FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_sdfm.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -95,6 +82,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_sdfm.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../app_sdfm.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "icss_sdfm_am64x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -69,19 +69,6 @@
|
||||
|
||||
description="A Icss Sdfm FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_sdfm.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -95,6 +82,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_sdfm.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../app_sdfm.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_df22_am243x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,18 +67,6 @@
|
||||
|
||||
description="A Dcl Df22 FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -91,6 +79,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../df22_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_df22_am243x-evm_r5fss0-0_nortos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -64,18 +64,6 @@
|
||||
|
||||
description="A Dcl Df22 NORTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -88,6 +76,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../df22_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_df22_am243x-lp_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,18 +67,6 @@
|
||||
|
||||
description="A Dcl Df22 FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -91,6 +79,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../df22_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_df22_am243x-lp_r5fss0-0_nortos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -64,18 +64,6 @@
|
||||
|
||||
description="A Dcl Df22 NORTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -88,6 +76,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../df22_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_df22_am263x-cc_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Release,
|
||||
Debug,
|
||||
Release,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,18 +67,6 @@
|
||||
|
||||
description="A Dcl Df22 FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -91,6 +79,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../df22_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_df22_am263x-cc_r5fss0-0_nortos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Release,
|
||||
Debug,
|
||||
Release,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -64,18 +64,6 @@
|
||||
|
||||
description="A Dcl Df22 NORTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -88,6 +76,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../df22_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_df22_am263x-lp_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Release,
|
||||
Debug,
|
||||
Release,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,18 +67,6 @@
|
||||
|
||||
description="A Dcl Df22 FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -91,6 +79,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../df22_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_df22_am263x-lp_r5fss0-0_nortos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Release,
|
||||
Debug,
|
||||
Release,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -64,18 +64,6 @@
|
||||
|
||||
description="A Dcl Df22 NORTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -88,6 +76,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../df22_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_pi_am243x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,18 +67,6 @@
|
||||
|
||||
description="A Dcl Pi FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -91,6 +79,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../pi_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_pi_am243x-evm_r5fss0-0_nortos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -64,18 +64,6 @@
|
||||
|
||||
description="A Dcl Pi NORTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -88,6 +76,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../pi_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_pi_am243x-lp_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,18 +67,6 @@
|
||||
|
||||
description="A Dcl Pi FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -91,6 +79,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../pi_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_pi_am243x-lp_r5fss0-0_nortos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -64,18 +64,6 @@
|
||||
|
||||
description="A Dcl Pi NORTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -88,6 +76,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../pi_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_pi_am263x-cc_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Release,
|
||||
Debug,
|
||||
Release,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,18 +67,6 @@
|
||||
|
||||
description="A Dcl Pi FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -91,6 +79,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../pi_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_pi_am263x-cc_r5fss0-0_nortos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Release,
|
||||
Debug,
|
||||
Release,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -64,18 +64,6 @@
|
||||
|
||||
description="A Dcl Pi NORTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -88,6 +76,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../pi_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_pi_am263x-lp_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Release,
|
||||
Debug,
|
||||
Release,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,18 +67,6 @@
|
||||
|
||||
description="A Dcl Pi FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -91,6 +79,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../pi_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "dcl_pi_am263x-lp_r5fss0-0_nortos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Release,
|
||||
Debug,
|
||||
Release,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -64,18 +64,6 @@
|
||||
|
||||
description="A Dcl Pi NORTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -88,6 +76,18 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lnortos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../pi_test.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_diagnostic_multi_channel_load_share_am243x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -69,19 +69,6 @@
|
||||
|
||||
description="A Endat Diagnostic Multi Channel Load Share FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -95,6 +82,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../endat_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_diagnostic_multi_channel_load_share_am64x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -69,19 +69,6 @@
|
||||
|
||||
description="A Endat Diagnostic Multi Channel Load Share FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -95,6 +82,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../endat_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_diagnostic_multi_channel_single_pru_am243x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -69,19 +69,6 @@
|
||||
|
||||
description="A Endat Diagnostic Multi Channel Single Pru FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -95,6 +82,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../endat_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_diagnostic_multi_channel_single_pru_am64x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -69,19 +69,6 @@
|
||||
|
||||
description="A Endat Diagnostic Multi Channel Single Pru FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -95,6 +82,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../endat_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_diagnostic_single_channel_am243x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -69,19 +69,6 @@
|
||||
|
||||
description="A Endat Diagnostic Single Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -95,6 +82,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../endat_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_diagnostic_single_channel_am243x-lp_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -69,19 +69,6 @@
|
||||
|
||||
description="A Endat Diagnostic Single Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -95,6 +82,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../endat_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_diagnostic_single_channel_am64x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -69,19 +69,6 @@
|
||||
|
||||
description="A Endat Diagnostic Single Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -95,6 +82,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_endat.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../endat_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_diagnostic_multi_channel_am243x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,19 +67,6 @@
|
||||
|
||||
description="A Hdsl Diagnostic Multi Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_hdsl.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -93,6 +80,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_hdsl.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../hdsl_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_diagnostic_multi_channel_am64x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,19 +67,6 @@
|
||||
|
||||
description="A Hdsl Diagnostic Multi Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_hdsl.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -93,6 +80,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_hdsl.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../hdsl_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_diagnostic_single_channel_am243x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,19 +67,6 @@
|
||||
|
||||
description="A Hdsl Diagnostic Single Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_hdsl.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -93,6 +80,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_hdsl.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../hdsl_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_diagnostic_single_channel_am243x-lp_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,19 +67,6 @@
|
||||
|
||||
description="A Hdsl Diagnostic Single Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_hdsl.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -93,6 +80,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_hdsl.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../hdsl_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_diagnostic_single_channel_am64x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,19 +67,6 @@
|
||||
|
||||
description="A Hdsl Diagnostic Single Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_hdsl.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -93,6 +80,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_hdsl.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../hdsl_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "tamagawa_diagnostic_multi_channel_am243x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -68,19 +68,6 @@
|
||||
|
||||
description="A Tamagawa Diagnostic Multi Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_tamagawa.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -94,6 +81,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_tamagawa.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../tamagawa_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "tamagawa_diagnostic_multi_channel_am64x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -68,19 +68,6 @@
|
||||
|
||||
description="A Tamagawa Diagnostic Multi Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_tamagawa.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -94,6 +81,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_tamagawa.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../tamagawa_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "tamagawa_diagnostic_single_channel_am243x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -68,19 +68,6 @@
|
||||
|
||||
description="A Tamagawa Diagnostic Single Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_tamagawa.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -94,6 +81,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_tamagawa.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../tamagawa_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "tamagawa_diagnostic_single_channel_am243x-lp_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -68,19 +68,6 @@
|
||||
|
||||
description="A Tamagawa Diagnostic Single Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_tamagawa.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -94,6 +81,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_tamagawa.am243x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../tamagawa_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "tamagawa_diagnostic_single_channel_am64x-evm_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -68,19 +68,6 @@
|
||||
|
||||
description="A Tamagawa Diagnostic Single Channel FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_tamagawa.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -94,6 +81,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_tamagawa.am64x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../../tamagawa_diagnostic.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "tamagawa_diagnostic_soc_uart_am263x-lp_r5fss0-0_freertos_ti-arm-clang"
|
||||
products="sysconfig;com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Release,
|
||||
Debug,
|
||||
Release,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TICLANG"
|
||||
@ -67,19 +67,6 @@
|
||||
|
||||
description="A Tamagawa Diagnostic Soc Uart FREERTOS project">
|
||||
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_tamagawa_over_soc_uart.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-Os
|
||||
@ -93,6 +80,19 @@
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
-lfreertos.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-ldrivers.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lboard.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-lmotorcontrol_tamagawa_over_soc_uart.am263x.r5f.ti-arm-clang.debug.lib
|
||||
-llibc.a
|
||||
-llibsysbm.a
|
||||
"
|
||||
></configuration>
|
||||
<pathVariable name="MOTOR_CONTROL_SDK_PATH" path="${COM_TI_MOTOR_CONTROL_SDK_AMXXX_INSTALL_DIR}" scope="project" />
|
||||
<file path="../../../uart_tamagawa.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||
</file>
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "sdfm_firmware_am243x-evm_icssg0-pru0_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -61,16 +61,16 @@
|
||||
|
||||
description="A Sdfm Firmware FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
-O3
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-O3
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "sdfm_firmware_am64x-evm_icssg0-pru0_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -61,16 +61,16 @@
|
||||
|
||||
description="A Sdfm Firmware FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
-D_DEBUG_=1
|
||||
-O3
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
-O3
|
||||
-D_DEBUG_=1
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_peripheral_interface_multi_ch_load_share_am243x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -49,13 +49,13 @@
|
||||
|
||||
description="A Endat Peripheral Interface Multi Ch Load Share FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_peripheral_interface_multi_ch_load_share_am243x-evm_icssg0-rtupru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -49,13 +49,13 @@
|
||||
|
||||
description="A Endat Peripheral Interface Multi Ch Load Share FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_peripheral_interface_multi_ch_load_share_am243x-evm_icssg0-txpru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -51,13 +51,13 @@
|
||||
|
||||
description="A Endat Peripheral Interface Multi Ch Load Share FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_peripheral_interface_multi_ch_load_share_am64x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -49,13 +49,13 @@
|
||||
|
||||
description="A Endat Peripheral Interface Multi Ch Load Share FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_peripheral_interface_multi_ch_load_share_am64x-evm_icssg0-rtupru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -49,13 +49,13 @@
|
||||
|
||||
description="A Endat Peripheral Interface Multi Ch Load Share FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_peripheral_interface_multi_ch_load_share_am64x-evm_icssg0-txpru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -51,13 +51,13 @@
|
||||
|
||||
description="A Endat Peripheral Interface Multi Ch Load Share FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_peripheral_interface_multi_ch_am243x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -49,13 +49,13 @@
|
||||
|
||||
description="A Endat Peripheral Interface Multi Ch FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_peripheral_interface_multi_ch_am64x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -49,13 +49,13 @@
|
||||
|
||||
description="A Endat Peripheral Interface Multi Ch FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_peripheral_interface_single_ch_am243x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -48,13 +48,13 @@
|
||||
|
||||
description="A Endat Peripheral Interface Single Ch FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "endat_peripheral_interface_single_ch_am64x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -48,13 +48,13 @@
|
||||
|
||||
description="A Endat Peripheral Interface Single Ch FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_master_freerun_225_mhz_am243x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -51,13 +51,13 @@
|
||||
|
||||
description="A Hdsl Master Freerun 225 Mhz FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_master_freerun_225_mhz_am64x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -51,13 +51,13 @@
|
||||
|
||||
description="A Hdsl Master Freerun 225 Mhz FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_master_multichannel_ch0_am243x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -53,13 +53,13 @@
|
||||
|
||||
description="A Hdsl Master Multichannel Ch0 FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_master_multichannel_ch0_am64x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -53,13 +53,13 @@
|
||||
|
||||
description="A Hdsl Master Multichannel Ch0 FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_master_multichannel_ch0_sync_mode_am243x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -54,13 +54,13 @@
|
||||
|
||||
description="A Hdsl Master Multichannel Ch0 Sync Mode FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_master_multichannel_ch0_sync_mode_am64x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -54,13 +54,13 @@
|
||||
|
||||
description="A Hdsl Master Multichannel Ch0 Sync Mode FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_master_multichannel_ch1_am243x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -53,13 +53,13 @@
|
||||
|
||||
description="A Hdsl Master Multichannel Ch1 FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_master_multichannel_ch1_am64x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -53,13 +53,13 @@
|
||||
|
||||
description="A Hdsl Master Multichannel Ch1 FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_master_multichannel_ch1_sync_mode_am243x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -54,13 +54,13 @@
|
||||
|
||||
description="A Hdsl Master Multichannel Ch1 Sync Mode FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_master_multichannel_ch1_sync_mode_am64x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -54,13 +54,13 @@
|
||||
|
||||
description="A Hdsl Master Multichannel Ch1 Sync Mode FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_master_sync_225_mhz_am243x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -52,13 +52,13 @@
|
||||
|
||||
description="A Hdsl Master Sync 225 Mhz FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "hdsl_master_sync_225_mhz_am64x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -52,13 +52,13 @@
|
||||
|
||||
description="A Hdsl Master Sync 225 Mhz FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "tamagawa_multi_channel_am243x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -49,13 +49,13 @@
|
||||
|
||||
description="A Tamagawa Multi Channel FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "tamagawa_multi_channel_am64x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -49,13 +49,13 @@
|
||||
|
||||
description="A Tamagawa Multi Channel FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "tamagawa_single_channel_am243x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -48,13 +48,13 @@
|
||||
|
||||
description="A Tamagawa Single Channel FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "tamagawa_single_channel_am243x-lp_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -48,13 +48,13 @@
|
||||
|
||||
description="A Tamagawa Single Channel FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
name = "tamagawa_single_channel_am64x-evm_icssg0-pru1_fw_ti-pru-cgt"
|
||||
products="com.ti.MOTOR_CONTROL_SDK_AMXXX;"
|
||||
configurations="
|
||||
Debug,
|
||||
Release,
|
||||
Debug,
|
||||
"
|
||||
connection="TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
@ -48,13 +48,13 @@
|
||||
|
||||
description="A Tamagawa Single Channel FW project">
|
||||
|
||||
<configuration name="Debug"
|
||||
<configuration name="Release"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
"
|
||||
></configuration>
|
||||
<configuration name="Release"
|
||||
<configuration name="Debug"
|
||||
compilerBuildOptions="
|
||||
"
|
||||
linkerBuildOptions="
|
||||
|
||||
Loading…
Reference in New Issue
Block a user