Skip to content

Commit

Permalink
Task #1840. Upgraded AURIX TriCore TC3 demos to the latest AURIX Deve…
Browse files Browse the repository at this point in the history
…lopment Studio (1.9.8).

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1084 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
  • Loading branch information
feaser committed Sep 18, 2023
1 parent 74c8b78 commit 0e1104d
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 161 deletions.
9 changes: 8 additions & 1 deletion Target/Demo/TRICORE_TC3_TC375_Lite_Kit_ADS/Boot/.cproject
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,14 @@
<tool id="com.infineon.aurix.buildsystem.managed.tool.c.assembler.tasking.1729546959" name="TASKING Assembler" superClass="com.infineon.aurix.buildsystem.managed.tool.c.assembler.tasking">
<inputType id="com.infineon.aurix.buildsystem.managed.tool.c.assembler.tasking.input.2121339028" superClass="com.infineon.aurix.buildsystem.managed.tool.c.assembler.tasking.input"/>
</tool>
<tool commandLinePattern="${COMMAND} -lrt -lfp_fpu -lcs_fpu ${FLAGS} ${OUTPUT_FLAG}&quot;${BuildArtifactFileBaseName}.elf&quot; -Wl${OUTPUT_FLAG}&quot;${BuildArtifactFileBaseName}.srec:SREC&quot; --lsl-core=vtc --lsl-file=../Lcf_Tasking_Tricore_Tc.lsl ${INPUTS}" id="com.infineon.aurix.buildsystem.managed.tool.c.linker.tasking.30522672" name="TASKING Linker" superClass="com.infineon.aurix.buildsystem.managed.tool.c.linker.tasking"/>
<tool commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG}&quot;${BuildArtifactFileBaseName}.elf&quot; -Wl${OUTPUT_FLAG}&quot;${BuildArtifactFileBaseName}.srec:SREC&quot; ${INPUTS}" id="com.infineon.aurix.buildsystem.managed.tool.c.linker.tasking.30522672" name="TASKING Linker" superClass="com.infineon.aurix.buildsystem.managed.tool.c.linker.tasking">
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="com.infineon.aurix.buildsystem.managed.tool.c.linker.tasking.otherOptions.1668147280" name="Other options" superClass="com.infineon.aurix.buildsystem.managed.tool.c.linker.tasking.otherOptions" useByScannerDiscovery="false" valueType="stringList">
<listOptionValue builtIn="false" value="-lrt"/>
<listOptionValue builtIn="false" value="-lfp_fpu"/>
<listOptionValue builtIn="false" value="-lcs_fpu"/>
<listOptionValue builtIn="false" value="--lsl-core=vtc"/>
</option>
</tool>
<tool id="com.infineon.aurix.buildsystem.managed.tool.printsize.tasking.1234101682" name="Print Size" superClass="com.infineon.aurix.buildsystem.managed.tool.printsize.tasking"/>
</toolChain>
</folderInfo>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
Loading

0 comments on commit 0e1104d

Please sign in to comment.