summaryrefslogtreecommitdiff
path: root/ports_module/cortex_m3
diff options
context:
space:
mode:
Diffstat (limited to 'ports_module/cortex_m3')
-rw-r--r--ports_module/cortex_m3/ac5/inc/tx_port.h2
-rw-r--r--ports_module/cortex_m3/ac5/inc/txm_module_port.h2
-rw-r--r--ports_module/cortex_m3/ac5/module_manager/src/tx_thread_context_restore.s6
-rw-r--r--ports_module/cortex_m3/ac5/module_manager/src/tx_thread_context_save.s6
-rw-r--r--ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_control.s6
-rw-r--r--ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_disable.s6
-rw-r--r--ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_restore.s6
-rw-r--r--ports_module/cortex_m3/ac5/module_manager/src/tx_thread_stack_build.s6
-rw-r--r--ports_module/cortex_m3/ac5/module_manager/src/tx_thread_system_return.s6
-rw-r--r--ports_module/cortex_m3/ac5/module_manager/src/tx_timer_interrupt.s6
-rw-r--r--ports_module/cortex_m3/ac6/inc/tx_port.h2
-rw-r--r--ports_module/cortex_m3/ac6/inc/txm_module_port.h2
-rw-r--r--ports_module/cortex_m3/gnu/inc/tx_port.h2
-rw-r--r--ports_module/cortex_m3/gnu/inc/txm_module_port.h2
-rw-r--r--ports_module/cortex_m3/iar/inc/tx_port.h2
-rw-r--r--ports_module/cortex_m3/iar/inc/txm_module_port.h2
-rw-r--r--ports_module/cortex_m3/iar/module_manager/src/tx_thread_context_restore.s6
-rw-r--r--ports_module/cortex_m3/iar/module_manager/src/tx_thread_context_save.s6
-rw-r--r--ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_control.s6
-rw-r--r--ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_disable.s6
-rw-r--r--ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_restore.s6
-rw-r--r--ports_module/cortex_m3/iar/module_manager/src/tx_thread_stack_build.s6
-rw-r--r--ports_module/cortex_m3/iar/module_manager/src/tx_thread_system_return.s6
-rw-r--r--ports_module/cortex_m3/iar/module_manager/src/tx_timer_interrupt.s6
24 files changed, 56 insertions, 56 deletions
diff --git a/ports_module/cortex_m3/ac5/inc/tx_port.h b/ports_module/cortex_m3/ac5/inc/tx_port.h
index e3a738a9..8fc95202 100644
--- a/ports_module/cortex_m3/ac5/inc/tx_port.h
+++ b/ports_module/cortex_m3/ac5/inc/tx_port.h
@@ -720,7 +720,7 @@ void tx_thread_fpu_disable(void);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-M3 Version 6.2.1 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-M3 Version 6.3.0 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];
diff --git a/ports_module/cortex_m3/ac5/inc/txm_module_port.h b/ports_module/cortex_m3/ac5/inc/txm_module_port.h
index a306699a..2cf4e837 100644
--- a/ports_module/cortex_m3/ac5/inc/txm_module_port.h
+++ b/ports_module/cortex_m3/ac5/inc/txm_module_port.h
@@ -464,6 +464,6 @@ UINT _txm_module_manager_inside_data_check(TXM_MODULE_INSTANCE *module_instance
#define TXM_MODULE_MANAGER_VERSION_ID \
CHAR _txm_module_manager_version_id[] = \
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-M3 Version 6.2.1 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-M3 Version 6.3.0 *";
#endif
diff --git a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_context_restore.s b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_context_restore.s
index d9ee6d73..f3040fb1 100644
--- a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_context_restore.s
+++ b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_context_restore.s
@@ -35,7 +35,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_context_restore Cortex-M3/AC5 */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -66,8 +66,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// VOID _tx_thread_context_restore(VOID)
diff --git a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_context_save.s b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_context_save.s
index 812f4b69..8ba53d94 100644
--- a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_context_save.s
+++ b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_context_save.s
@@ -35,7 +35,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_context_save Cortex-M3/AC5 */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -66,8 +66,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// VOID _tx_thread_context_save(VOID)
diff --git a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_control.s b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_control.s
index 40a6203d..b4b0e298 100644
--- a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_control.s
+++ b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_control.s
@@ -30,7 +30,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_interrupt_control Cortex-M3/AC5 */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -61,8 +61,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// UINT _tx_thread_interrupt_control(UINT new_posture)
diff --git a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_disable.s b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_disable.s
index 0306dde5..53f196bf 100644
--- a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_disable.s
+++ b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_disable.s
@@ -30,7 +30,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_interrupt_disable Cortex-M3/AC5 */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -61,8 +61,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// UINT _tx_thread_interrupt_disable(VOID)
diff --git a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_restore.s b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_restore.s
index 8f172d17..2e253c8e 100644
--- a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_restore.s
+++ b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_interrupt_restore.s
@@ -30,7 +30,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_interrupt_restore Cortex-M3/AC5 */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -61,8 +61,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// VOID _tx_thread_interrupt_restore(UINT previous_posture)
diff --git a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_stack_build.s b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_stack_build.s
index 773f70e7..c9191b9b 100644
--- a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_stack_build.s
+++ b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_stack_build.s
@@ -30,7 +30,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_stack_build Cortex-M3/AC5 */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -63,8 +63,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// VOID _tx_thread_stack_build(TX_THREAD *thread_ptr, VOID (*function_ptr)(VOID))
diff --git a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_system_return.s b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_system_return.s
index bfc19703..2bc19dc8 100644
--- a/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_system_return.s
+++ b/ports_module/cortex_m3/ac5/module_manager/src/tx_thread_system_return.s
@@ -30,7 +30,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_system_return Cortex-M3/AC5 */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -63,8 +63,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// VOID _tx_thread_system_return(VOID)
diff --git a/ports_module/cortex_m3/ac5/module_manager/src/tx_timer_interrupt.s b/ports_module/cortex_m3/ac5/module_manager/src/tx_timer_interrupt.s
index a9b191e9..01af8d34 100644
--- a/ports_module/cortex_m3/ac5/module_manager/src/tx_timer_interrupt.s
+++ b/ports_module/cortex_m3/ac5/module_manager/src/tx_timer_interrupt.s
@@ -44,7 +44,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_timer_interrupt Cortex-M3/AC5 */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -81,8 +81,8 @@
/* 01-31-2022 Scott Larson Modified comment(s), added */
/* TX_NO_TIMER support, */
/* resulting in version 6.1.10 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// VOID _tx_timer_interrupt(VOID)
diff --git a/ports_module/cortex_m3/ac6/inc/tx_port.h b/ports_module/cortex_m3/ac6/inc/tx_port.h
index e3a738a9..8fc95202 100644
--- a/ports_module/cortex_m3/ac6/inc/tx_port.h
+++ b/ports_module/cortex_m3/ac6/inc/tx_port.h
@@ -720,7 +720,7 @@ void tx_thread_fpu_disable(void);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-M3 Version 6.2.1 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-M3 Version 6.3.0 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];
diff --git a/ports_module/cortex_m3/ac6/inc/txm_module_port.h b/ports_module/cortex_m3/ac6/inc/txm_module_port.h
index a306699a..2cf4e837 100644
--- a/ports_module/cortex_m3/ac6/inc/txm_module_port.h
+++ b/ports_module/cortex_m3/ac6/inc/txm_module_port.h
@@ -464,6 +464,6 @@ UINT _txm_module_manager_inside_data_check(TXM_MODULE_INSTANCE *module_instance
#define TXM_MODULE_MANAGER_VERSION_ID \
CHAR _txm_module_manager_version_id[] = \
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-M3 Version 6.2.1 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-M3 Version 6.3.0 *";
#endif
diff --git a/ports_module/cortex_m3/gnu/inc/tx_port.h b/ports_module/cortex_m3/gnu/inc/tx_port.h
index e3a738a9..8fc95202 100644
--- a/ports_module/cortex_m3/gnu/inc/tx_port.h
+++ b/ports_module/cortex_m3/gnu/inc/tx_port.h
@@ -720,7 +720,7 @@ void tx_thread_fpu_disable(void);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-M3 Version 6.2.1 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-M3 Version 6.3.0 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];
diff --git a/ports_module/cortex_m3/gnu/inc/txm_module_port.h b/ports_module/cortex_m3/gnu/inc/txm_module_port.h
index a306699a..2cf4e837 100644
--- a/ports_module/cortex_m3/gnu/inc/txm_module_port.h
+++ b/ports_module/cortex_m3/gnu/inc/txm_module_port.h
@@ -464,6 +464,6 @@ UINT _txm_module_manager_inside_data_check(TXM_MODULE_INSTANCE *module_instance
#define TXM_MODULE_MANAGER_VERSION_ID \
CHAR _txm_module_manager_version_id[] = \
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-M3 Version 6.2.1 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-M3 Version 6.3.0 *";
#endif
diff --git a/ports_module/cortex_m3/iar/inc/tx_port.h b/ports_module/cortex_m3/iar/inc/tx_port.h
index e3a738a9..8fc95202 100644
--- a/ports_module/cortex_m3/iar/inc/tx_port.h
+++ b/ports_module/cortex_m3/iar/inc/tx_port.h
@@ -720,7 +720,7 @@ void tx_thread_fpu_disable(void);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-M3 Version 6.2.1 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-M3 Version 6.3.0 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];
diff --git a/ports_module/cortex_m3/iar/inc/txm_module_port.h b/ports_module/cortex_m3/iar/inc/txm_module_port.h
index a306699a..2cf4e837 100644
--- a/ports_module/cortex_m3/iar/inc/txm_module_port.h
+++ b/ports_module/cortex_m3/iar/inc/txm_module_port.h
@@ -464,6 +464,6 @@ UINT _txm_module_manager_inside_data_check(TXM_MODULE_INSTANCE *module_instance
#define TXM_MODULE_MANAGER_VERSION_ID \
CHAR _txm_module_manager_version_id[] = \
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-M3 Version 6.2.1 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-M3 Version 6.3.0 *";
#endif
diff --git a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_context_restore.s b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_context_restore.s
index eedeb38c..dd38565a 100644
--- a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_context_restore.s
+++ b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_context_restore.s
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_context_restore Cortex-M3/IAR */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -63,8 +63,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// VOID _tx_thread_context_restore(VOID)
diff --git a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_context_save.s b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_context_save.s
index a7b3f178..688cea4f 100644
--- a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_context_save.s
+++ b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_context_save.s
@@ -32,7 +32,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_context_save Cortex-M3/IAR */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -63,8 +63,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// VOID _tx_thread_context_save(VOID)
diff --git a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_control.s b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_control.s
index c98ded67..5a14c04f 100644
--- a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_control.s
+++ b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_control.s
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_interrupt_control Cortex-M3/IAR */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -62,8 +62,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// UINT _tx_thread_interrupt_control(UINT new_posture)
diff --git a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_disable.s b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_disable.s
index 08c875f2..e89f3b7a 100644
--- a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_disable.s
+++ b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_disable.s
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_interrupt_disable Cortex-M3/IAR */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -62,8 +62,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// UINT _tx_thread_interrupt_disable(VOID)
diff --git a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_restore.s b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_restore.s
index b542136c..492b5616 100644
--- a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_restore.s
+++ b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_interrupt_restore.s
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_interrupt_restore Cortex-M3/IAR */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -62,8 +62,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// VOID _tx_thread_interrupt_restore(UINT previous_posture)
diff --git a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_stack_build.s b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_stack_build.s
index 93db053d..49f8d16a 100644
--- a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_stack_build.s
+++ b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_stack_build.s
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_stack_build Cortex-M3/IAR */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -64,8 +64,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// VOID _tx_thread_stack_build(TX_THREAD *thread_ptr, VOID (*function_ptr)(VOID))
diff --git a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_system_return.s b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_system_return.s
index 48088520..da4ec999 100644
--- a/ports_module/cortex_m3/iar/module_manager/src/tx_thread_system_return.s
+++ b/ports_module/cortex_m3/iar/module_manager/src/tx_thread_system_return.s
@@ -31,7 +31,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_system_return Cortex-M3/IAR */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -64,8 +64,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 06-02-2021 Scott Larson Initial Version 6.1.7 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// VOID _tx_thread_system_return(VOID)
diff --git a/ports_module/cortex_m3/iar/module_manager/src/tx_timer_interrupt.s b/ports_module/cortex_m3/iar/module_manager/src/tx_timer_interrupt.s
index f8f5b40f..fec0c4c3 100644
--- a/ports_module/cortex_m3/iar/module_manager/src/tx_timer_interrupt.s
+++ b/ports_module/cortex_m3/iar/module_manager/src/tx_timer_interrupt.s
@@ -44,7 +44,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_timer_interrupt Cortex-M3/IAR */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -81,8 +81,8 @@
/* 01-31-2022 Scott Larson Modified comment(s), added */
/* TX_NO_TIMER support, */
/* resulting in version 6.1.10 */
-/* xx-xx-xxxx Tiejun Zhou Included tx_user.h, */
-/* resulting in version 6.x */
+/* 10-31-2023 Tiejun Zhou Included tx_user.h, */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
// VOID _tx_timer_interrupt(VOID)