-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2194e5
commit ece7caf
Showing
580 changed files
with
468,179 additions
and
23 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
code_examples/BMETAL_TC375_ADS_GTM_TIM_TGO_Debug/.ads/backup-libraries.json
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name" : "Backup AURIX Project Libraries", | ||
|
||
"commands" : [ | ||
{ | ||
"type": "CONTENT", | ||
"from": "/Libraries", | ||
"to": "/Libraries", | ||
"recipe": ".ads/backup.json" | ||
}, | ||
{ | ||
"type": "CONTENT", | ||
"from": "/Lcf_Tasking_Tricore_Tc.lsl", | ||
"to": "/Lcf_Tasking_Tricore_Tc.lsl" | ||
}, | ||
{ | ||
"type": "CONTENT", | ||
"from": "/Lcf_Gnuc_Tricore_Tc.lsl", | ||
"to": "/Lcf_Gnuc_Tricore_Tc.lsl" | ||
}, | ||
{ | ||
"type": "CONTENT", | ||
"from": "/.ads", | ||
"to": "/.ads" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
code_examples/BMETAL_TC375_ADS_GTM_TIM_TGO_Debug/.ads/clean-libraries.json
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name" : "Clean AURIX Project", | ||
|
||
"commands" : [ | ||
{ | ||
"type": "DELETE", | ||
"path": "/Libraries", | ||
"recipe": ".ads/clean.json" | ||
}, | ||
{ | ||
"type": "DELETE", | ||
"path": "/.ads" | ||
}, | ||
{ | ||
"type": "DELETE", | ||
"path": "/Lcf_Gnuc_Tricore_Tc.lsl" | ||
}, | ||
{ | ||
"type": "DELETE", | ||
"path": "/Lcf_Tasking_Tricore_Tc.lsl" | ||
} | ||
] | ||
} |
88 changes: 88 additions & 0 deletions
88
code_examples/BMETAL_TC375_ADS_GTM_TIM_TGO_Debug/.ads/install-libraries.json
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 |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{ | ||
"name" : "Install AURIX Libraries and Linker scripts", | ||
|
||
"maps": [ | ||
{"variable": "device", "from": "TC39xXA_B-Step", "to": "TC39B"}, | ||
{"variable": "device", "from": "TC39xXX_B-Step", "to": "TC39B"}, | ||
{"variable": "device", "from": "TC39xXP_B-Step", "to": "TC39B"}, | ||
{"variable": "device", "from": "TC38xQP_A-Step", "to": "TC38A"}, | ||
{"variable": "device", "from": "TC37xTX_A-Step", "to": "TC37AED"}, | ||
{"variable": "device", "from": "TC37xTP_A-Step", "to": "TC37A"}, | ||
{"variable": "device", "from": "TC36xDP_A-Step", "to": "TC36A"}, | ||
{"variable": "device", "from": "TC35xTA_A-Step", "to": "TC35A"}, | ||
{"variable": "device", "from": "TC33xLP_A-Step", "to": "TC33A"}, | ||
{"variable": "device", "from": "TC33xDA_A-Step", "to": "TC33AED"}, | ||
{"variable": "device", "from": "TC33xDA_A-Step", "to": "TC32A"} | ||
], | ||
|
||
"commands" : [ | ||
{ | ||
"type": "CONTENT", | ||
"enabledWhen": [{"value": "${device#remap}", "equals": "TC32A"}], | ||
"from": "iLLDs/Full_Set/iLLD_1_0_1_16_0_1__TC32A.zip", | ||
"to": "/Libraries", | ||
"recipe": ".ads/install.json" | ||
}, | ||
{ | ||
"type": "CONTENT", | ||
"enabledWhen": [{"value": "${device#remap}", "equals": "TC33A"}], | ||
"from": "iLLDs/Full_Set/iLLD_1_0_1_16_0_1__TC33A.zip", | ||
"to": "/Libraries", | ||
"recipe": ".ads/install.json" | ||
}, | ||
{ | ||
"type": "CONTENT", | ||
"enabledWhen": [{"value": "${device#remap}", "equals": "TC33AED"}], | ||
"from": "iLLDs/Full_Set/iLLD_1_0_1_16_0_1__TC33AED.zip", | ||
"to": "/Libraries", | ||
"recipe": ".ads/install.json" | ||
}, | ||
{ | ||
"type": "CONTENT", | ||
"enabledWhen": [{"value": "${device#remap}", "equals": "TC35A"}], | ||
"from": "iLLDs/Full_Set/iLLD_1_0_1_16_0_1__TC35A.zip", | ||
"to": "/Libraries", | ||
"recipe": ".ads/install.json" | ||
}, | ||
{ | ||
"type": "CONTENT", | ||
"enabledWhen": [{"value": "${device#remap}", "equals": "TC36A"}], | ||
"from": "iLLDs/Full_Set/iLLD_1_0_1_16_0_1__TC36A.zip", | ||
"to": "/Libraries", | ||
"recipe": ".ads/install.json" | ||
}, | ||
{ | ||
"type": "CONTENT", | ||
"enabledWhen": [{"value": "${device#remap}", "equals": "TC37A"}], | ||
"from": "iLLDs/Full_Set/iLLD_1_0_1_16_0_1__TC37A.zip", | ||
"to": "/Libraries", | ||
"recipe": ".ads/install.json" | ||
}, | ||
{ | ||
"type": "CONTENT", | ||
"enabledWhen": [{"value": "${device#remap}", "equals": "TC37AED"}], | ||
"from": "iLLDs/Full_Set/iLLD_1_0_1_16_0_1__TC37AED.zip", | ||
"to": "/Libraries", | ||
"recipe": ".ads/install.json" | ||
}, | ||
{ | ||
"type": "CONTENT", | ||
"enabledWhen": [{"value": "${device#remap}", "equals": "TC38A"}], | ||
"from": "iLLDs/Full_Set/iLLD_1_0_1_16_0_1__TC38A.zip", | ||
"to": "/Libraries", | ||
"recipe": ".ads/install.json" | ||
}, | ||
{ | ||
"type": "CONTENT", | ||
"enabledWhen": [{"value": "${device#remap}", "equals": "TC39B"}], | ||
"from": "iLLDs/Full_Set/iLLD_1_0_1_16_0_1__TC39B.zip", | ||
"to": "/Libraries", | ||
"recipe": ".ads/install.json" | ||
}, | ||
{"type": "CONTENT", "from": "Linker_conf/Tasking/${device#remap}/TriCore", "to": "/"}, | ||
{"type": "CONTENT", "from": "Linker_conf/GnuC/${device#remap}", "to": "/"}, | ||
{"type": "CONTENT", "from": ".ads", "to": "/.ads"}, | ||
{"type": "CONTENT", "from": "package.json", "to": "/.ads/package.json"} | ||
|
||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
code_examples/BMETAL_TC375_ADS_GTM_TIM_TGO_Debug/.ads/package.json
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"group" : "project-initializer", | ||
"name" : "tricore-tc3xx", | ||
"releaseTimestamp" : 1681894010, | ||
"version" : 9, | ||
"versionName" : "1.8", | ||
"versionCompatibility" : ["1.9.0", "1.9.2-L", "1.9.4", "1.9.6-L"], | ||
"info" : { | ||
"illd_version" : "1.0.1.16.0.1", | ||
"release_reason" : "Updated iLLDs to v1.0.1.16.0.1 for AURIX(TM) TC3xx devices; Fixed warning on SCR template" | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
code_examples/BMETAL_TC375_ADS_GTM_TIM_TGO_Debug/.ads/rollback-libraries.json
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name" : "Rollback AURIX Project", | ||
|
||
"commands" : [ | ||
{ | ||
"type": "CONTENT", | ||
"from": "/Libraries", | ||
"to": "/Libraries", | ||
"recipe": ".ads/rollback.json" | ||
}, | ||
{ | ||
"type": "CONTENT", | ||
"from": "/", | ||
"to": "/" | ||
} | ||
] | ||
} |
Oops, something went wrong.