Skip to content

Commit 8ba7c5d

Browse files
02/2025 Release
1 parent ece7caf commit 8ba7c5d

File tree

2,128 files changed

+1560292
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,128 files changed

+1560292
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name" : "Backup AURIX Project Libraries",
3+
4+
"commands" : [
5+
{
6+
"type": "CONTENT",
7+
"from": "/Libraries",
8+
"to": "/Libraries",
9+
"recipe": ".ads/backup.json"
10+
},
11+
{
12+
"type": "CONTENT",
13+
"from": "/Lcf_Tasking_Tricore_Tc.lsl",
14+
"to": "/Lcf_Tasking_Tricore_Tc.lsl"
15+
},
16+
{
17+
"type": "CONTENT",
18+
"from": "/Lcf_Gnuc_Tricore_Tc.lsl",
19+
"to": "/Lcf_Gnuc_Tricore_Tc.lsl"
20+
},
21+
{
22+
"type": "CONTENT",
23+
"from": "/.ads",
24+
"to": "/.ads"
25+
}
26+
]
27+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name" : "Clean AURIX Project",
3+
4+
"commands" : [
5+
{
6+
"type": "DELETE",
7+
"path": "/Libraries",
8+
"recipe": ".ads/clean.json"
9+
},
10+
{
11+
"type": "DELETE",
12+
"path": "/.ads"
13+
},
14+
{
15+
"type": "DELETE",
16+
"path": "/Lcf_Gnuc_Tricore_Tc.lsl"
17+
},
18+
{
19+
"type": "DELETE",
20+
"path": "/Lcf_Tasking_Tricore_Tc.lsl"
21+
}
22+
]
23+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"name" : "Install AURIX Libraries and Linker scripts",
3+
4+
"maps": [
5+
{"variable": "device", "from": "TC39xXA_B-Step", "to": "TC39B"},
6+
{"variable": "device", "from": "TC39xXX_B-Step", "to": "TC39B"},
7+
{"variable": "device", "from": "TC39xXP_B-Step", "to": "TC39B"},
8+
{"variable": "device", "from": "TC38xQP_A-Step", "to": "TC38A"},
9+
{"variable": "device", "from": "TC37xTX_A-Step", "to": "TC37AED"},
10+
{"variable": "device", "from": "TC37xTP_A-Step", "to": "TC37A"},
11+
{"variable": "device", "from": "TC36xDP_A-Step", "to": "TC36A"},
12+
{"variable": "device", "from": "TC35xTA_A-Step", "to": "TC35A"},
13+
{"variable": "device", "from": "TC33xLP_A-Step", "to": "TC33A"},
14+
{"variable": "device", "from": "TC33xDA_A-Step", "to": "TC33AED"},
15+
{"variable": "device", "from": "TC32xLP_A-Step", "to": "TC32A"}
16+
],
17+
18+
"commands" : [
19+
{
20+
"type": "CONTENT",
21+
"enabledWhen": [{"value": "${device#remap}", "equals": "TC32A"}],
22+
"from": "iLLDs/Full_Set/iLLD_1_0_1_17_0__TC32A.zip",
23+
"to": "/Libraries",
24+
"recipe": ".ads/install.json"
25+
},
26+
{
27+
"type": "CONTENT",
28+
"enabledWhen": [{"value": "${device#remap}", "equals": "TC33A"}],
29+
"from": "iLLDs/Full_Set/iLLD_1_0_1_17_0__TC33A.zip",
30+
"to": "/Libraries",
31+
"recipe": ".ads/install.json"
32+
},
33+
{
34+
"type": "CONTENT",
35+
"enabledWhen": [{"value": "${device#remap}", "equals": "TC33AED"}],
36+
"from": "iLLDs/Full_Set/iLLD_1_0_1_17_0__TC33AED.zip",
37+
"to": "/Libraries",
38+
"recipe": ".ads/install.json"
39+
},
40+
{
41+
"type": "CONTENT",
42+
"enabledWhen": [{"value": "${device#remap}", "equals": "TC35A"}],
43+
"from": "iLLDs/Full_Set/iLLD_1_0_1_17_0__TC35A.zip",
44+
"to": "/Libraries",
45+
"recipe": ".ads/install.json"
46+
},
47+
{
48+
"type": "CONTENT",
49+
"enabledWhen": [{"value": "${device#remap}", "equals": "TC36A"}],
50+
"from": "iLLDs/Full_Set/iLLD_1_0_1_17_0__TC36A.zip",
51+
"to": "/Libraries",
52+
"recipe": ".ads/install.json"
53+
},
54+
{
55+
"type": "CONTENT",
56+
"enabledWhen": [{"value": "${device#remap}", "equals": "TC37A"}],
57+
"from": "iLLDs/Full_Set/iLLD_1_0_1_17_0__TC37A.zip",
58+
"to": "/Libraries",
59+
"recipe": ".ads/install.json"
60+
},
61+
{
62+
"type": "CONTENT",
63+
"enabledWhen": [{"value": "${device#remap}", "equals": "TC37AED"}],
64+
"from": "iLLDs/Full_Set/iLLD_1_0_1_17_0__TC37AED.zip",
65+
"to": "/Libraries",
66+
"recipe": ".ads/install.json"
67+
},
68+
{
69+
"type": "CONTENT",
70+
"enabledWhen": [{"value": "${device#remap}", "equals": "TC38A"}],
71+
"from": "iLLDs/Full_Set/iLLD_1_0_1_17_0__TC38A.zip",
72+
"to": "/Libraries",
73+
"recipe": ".ads/install.json"
74+
},
75+
{
76+
"type": "CONTENT",
77+
"enabledWhen": [{"value": "${device#remap}", "equals": "TC39B"}],
78+
"from": "iLLDs/Full_Set/iLLD_1_0_1_17_0_1__TC39B.zip",
79+
"to": "/Libraries",
80+
"recipe": ".ads/install.json"
81+
},
82+
{"type": "CONTENT", "from": "Linker_conf/Tasking/${device#remap}/TriCore", "to": "/"},
83+
{"type": "CONTENT", "from": "Linker_conf/GnuC/${device#remap}", "to": "/"},
84+
{"type": "CONTENT", "from": ".ads", "to": "/.ads"},
85+
{"type": "CONTENT", "from": "package.json", "to": "/.ads/package.json"}
86+
87+
]
88+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"group" : "project-initializer",
3+
"name" : "tricore-tc3xx",
4+
"releaseTimestamp" : 1719911887,
5+
"version" : 16,
6+
"versionName" : "1.15",
7+
"versionCompatibility" : [],
8+
"info" : {
9+
"illd_version" : "1.0.1.17.0",
10+
"release_reason" : "Added folder Code_Example that contains images, README and changelog files."
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name" : "Rollback AURIX Project",
3+
4+
"commands" : [
5+
{
6+
"type": "CONTENT",
7+
"from": "/Libraries",
8+
"to": "/Libraries",
9+
"recipe": ".ads/rollback.json"
10+
},
11+
{
12+
"type": "CONTENT",
13+
"from": "/",
14+
"to": "/"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)