Skip to content

Commit

Permalink
01/2025 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoVitturi committed Jan 30, 2025
1 parent e2194e5 commit ece7caf
Show file tree
Hide file tree
Showing 580 changed files with 468,179 additions and 23 deletions.
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"
}
]
}
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"
}
]
}
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 code_examples/BMETAL_TC375_ADS_GTM_TIM_TGO_Debug/.ads/package.json
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"
}
}
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": "/"
}
]
}
Loading

0 comments on commit ece7caf

Please sign in to comment.