-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cortex R4 demo: replace setup script with linked resources
- Loading branch information
1 parent
59f1c57
commit fe8d9e8
Showing
5 changed files
with
335 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<?ccsproject version="1.0"?> | ||
|
||
<projectOptions> | ||
<deviceVariant value="Cortex R.RM48L950"/> | ||
<deviceFamily value="TMS470"/> | ||
<deviceEndianness value="little"/> | ||
<codegenToolVersion value="4.9.7"/> | ||
<isElfFormat value="true"/> | ||
<connection value="common/targetdb/connections/TIXDS100v2_Connection.xml"/> | ||
<rts value="libc.a"/> | ||
<templateProperties value="id=com.ti.common.project.core.emptyProjectWithMainTemplate,"/> | ||
</projectOptions> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<?ccsproject version="1.0"?> | ||
<projectOptions> | ||
<deviceVariant value="Cortex R.RM48L950"/> | ||
<deviceFamily value="TMS470"/> | ||
<deviceEndianness value="little"/> | ||
<codegenToolVersion value="4.9.7"/> | ||
<isElfFormat value="true"/> | ||
<connection value="common/targetdb/connections/TIXDS100v2_Connection.xml"/> | ||
<rts value="libc.a"/> | ||
<templateProperties value="id=com.ti.common.project.core.emptyProjectWithMainTemplate,"/> | ||
<isTargetManual value="false"/> | ||
</projectOptions> |
Oops, something went wrong.