summaryrefslogtreecommitdiff
path: root/ports_module/cortex_a35
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2026-06-08 17:08:34 +0200
committerGitHub <[email protected]>2026-06-08 17:08:34 +0200
commitb91b03b9e75fa523b17127f9e0eca09dca916459 (patch)
treef6c93b472994cad9bc3e7244a005216493cca472 /ports_module/cortex_a35
parent87ab09cce305eb9cd4aacac4e8c62af72f665bff (diff)
parentdf30b8b96e4c0c6d72e0bb80d2a2ec31666e5afe (diff)
Merge pull request #548 from eclipse-threadx/devv6.5.1.202602a_rel
Merge changes for the v6.5.1.202602a release
Diffstat (limited to 'ports_module/cortex_a35')
-rw-r--r--ports_module/cortex_a35/ac6/inc/tx_port.h2
-rw-r--r--ports_module/cortex_a35/gnu/inc/tx_port.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports_module/cortex_a35/ac6/inc/tx_port.h b/ports_module/cortex_a35/ac6/inc/tx_port.h
index 8ba907bf..937c99c6 100644
--- a/ports_module/cortex_a35/ac6/inc/tx_port.h
+++ b/ports_module/cortex_a35/ac6/inc/tx_port.h
@@ -381,7 +381,7 @@ VOID tx_thread_fp_disable(VOID);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Modules Cortex-A35/AC6 Version 6.5.1.202602 *";
+ "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Modules Cortex-A35/AC6 Version 6.5.1.202602a *";
#else
extern CHAR _tx_version_id[];
#endif
diff --git a/ports_module/cortex_a35/gnu/inc/tx_port.h b/ports_module/cortex_a35/gnu/inc/tx_port.h
index 17d3a27d..96e5f3b4 100644
--- a/ports_module/cortex_a35/gnu/inc/tx_port.h
+++ b/ports_module/cortex_a35/gnu/inc/tx_port.h
@@ -381,7 +381,7 @@ VOID tx_thread_fp_disable(VOID);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Modules Cortex-A35/GNU Version 6.5.1.202602 *";
+ "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Modules Cortex-A35/GNU Version 6.5.1.202602a *";
#else
extern CHAR _tx_version_id[];
#endif