From d1e24b639a263a3b5234faf9e00fdfaa57ad42ba Mon Sep 17 00:00:00 2001
From: Brett Nicholas <7547222+bigbrett@users.noreply.github.com>
Date: Wed, 8 Jan 2025 11:34:40 -0700
Subject: [PATCH 1/3] Updates to wolfBoot-tc3xx and test-app ADS projects for
ADS 1.10.6
This fix explicitly adds -mtc162 to compiler and linker flags in project
settings to fix a build error when opening projects in ADS 1.10.6.
Opening wolfBoot and test-app projects in ADS 1.10.6 resulted in compilation errors
on tricore asm in IfxCpu.c. Newly created projects in 1.10.6 have -mctc162
passed as a compiler option, but older projects don't. Dropdown menu to
set the CPU architecture is broken in IDE when trying to set in a
project created with older ADS version. Explicitly adding -mtc162 fixes
the issue.
---
IDE/AURIX/test-app/.cproject | 17 ++++++++++-------
.../test-app/.settings/language.settings.xml | 4 ++--
IDE/AURIX/wolfBoot-tc3xx/.cproject | 9 +++++++--
.../.settings/language.settings.xml | 4 ++--
4 files changed, 21 insertions(+), 13 deletions(-)
diff --git a/IDE/AURIX/test-app/.cproject b/IDE/AURIX/test-app/.cproject
index a07fde14f..fad1e03d0 100644
--- a/IDE/AURIX/test-app/.cproject
+++ b/IDE/AURIX/test-app/.cproject
@@ -20,7 +20,7 @@
-
-
@@ -203,7 +203,7 @@
-
-
@@ -382,7 +382,8 @@
-
+
+
@@ -438,6 +439,7 @@
+
@@ -448,7 +450,7 @@
-
+
+
@@ -551,7 +554,7 @@
-
+
+
@@ -500,7 +502,7 @@
-
+
@@ -515,6 +517,7 @@
+
@@ -702,6 +705,7 @@
+
@@ -712,6 +716,7 @@
+
diff --git a/IDE/AURIX/wolfBoot-tc3xx/.settings/language.settings.xml b/IDE/AURIX/wolfBoot-tc3xx/.settings/language.settings.xml
index 5947d5853..1f2ae1320 100644
--- a/IDE/AURIX/wolfBoot-tc3xx/.settings/language.settings.xml
+++ b/IDE/AURIX/wolfBoot-tc3xx/.settings/language.settings.xml
@@ -21,7 +21,7 @@
-
+
@@ -32,7 +32,7 @@
-
+
From 57d224bf765216a49a6d13211d400970940cce14 Mon Sep 17 00:00:00 2001
From: Brett Nicholas <7547222+bigbrett@users.noreply.github.com>
Date: Wed, 8 Jan 2025 11:50:16 -0700
Subject: [PATCH 2/3] Updates to wolfBoot-tc3xx-wolfHSM and test-app-wolfHSM
ADS projects for ADS 1.10.6. Adds same fixes from d1e24b639a
---
IDE/AURIX/test-app-wolfHSM/.cproject | 7 +++++--
IDE/AURIX/wolfBoot-tc3xx-wolfHSM/.cproject | 7 ++++---
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/IDE/AURIX/test-app-wolfHSM/.cproject b/IDE/AURIX/test-app-wolfHSM/.cproject
index 3bee67d0f..f51bee99d 100644
--- a/IDE/AURIX/test-app-wolfHSM/.cproject
+++ b/IDE/AURIX/test-app-wolfHSM/.cproject
@@ -383,6 +383,7 @@