summaryrefslogtreecommitdiff
path: root/ports_module/cortex_a7/iar
diff options
context:
space:
mode:
Diffstat (limited to 'ports_module/cortex_a7/iar')
-rw-r--r--ports_module/cortex_a7/iar/example_build/tx_initialize_low_level.s6
-rw-r--r--ports_module/cortex_a7/iar/inc/tx_port.h8
-rw-r--r--ports_module/cortex_a7/iar/inc/txm_module_port.h8
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_save.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_restore.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_save.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_end.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_start.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_control.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_disable.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_restore.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_end.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_start.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_schedule.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_stack_build.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_system_return.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_thread_vectored_context_save.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/tx_timer_interrupt.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_thread_stack_build.s6
-rw-r--r--ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_user_mode_entry.s6
21 files changed, 65 insertions, 65 deletions
diff --git a/ports_module/cortex_a7/iar/example_build/tx_initialize_low_level.s b/ports_module/cortex_a7/iar/example_build/tx_initialize_low_level.s
index 8b4695ec..e3730b11 100644
--- a/ports_module/cortex_a7/iar/example_build/tx_initialize_low_level.s
+++ b/ports_module/cortex_a7/iar/example_build/tx_initialize_low_level.s
@@ -81,7 +81,7 @@ __tx_free_memory_start
;/* FUNCTION RELEASE */
;/* */
;/* _tx_initialize_low_level Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -115,9 +115,9 @@ __tx_free_memory_start
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _tx_initialize_low_level(VOID)
diff --git a/ports_module/cortex_a7/iar/inc/tx_port.h b/ports_module/cortex_a7/iar/inc/tx_port.h
index 8110088b..33b21df9 100644
--- a/ports_module/cortex_a7/iar/inc/tx_port.h
+++ b/ports_module/cortex_a7/iar/inc/tx_port.h
@@ -26,7 +26,7 @@
/* PORT SPECIFIC C INFORMATION RELEASE */
/* */
/* tx_port.h Cortex-A7/IAR */
-/* 6.x */
+/* 6.3.0 */
/* */
/* AUTHOR */
/* */
@@ -51,9 +51,9 @@
/* 04-02-2021 Bhupendra Naphade Modified comment(s),updated */
/* macro definition, */
/* resulting in version 6.1.6 */
-/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+/* 10-31-2023 Yajun Xia Modified comment(s), */
/* Added thumb mode support, */
-/* resulting in version 6.x */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
@@ -411,7 +411,7 @@ void tx_thread_vfp_disable(void);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-A7/IAR Version 6.2.1 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-A7/IAR Version 6.3.0 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];
diff --git a/ports_module/cortex_a7/iar/inc/txm_module_port.h b/ports_module/cortex_a7/iar/inc/txm_module_port.h
index 2cebb878..0b4328e2 100644
--- a/ports_module/cortex_a7/iar/inc/txm_module_port.h
+++ b/ports_module/cortex_a7/iar/inc/txm_module_port.h
@@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* txm_module_port.h Cortex-A7/MMU/IAR */
-/* 6.x */
+/* 6.3.0 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -41,9 +41,9 @@
/* DATE NAME DESCRIPTION */
/* */
/* 09-30-2020 Scott Larson Initial Version 6.1 */
-/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+/* 10-31-2023 Yajun Xia Modified comment(s), */
/* Added thumb mode support, */
-/* resulting in version 6.x */
+/* resulting in version 6.3.0 */
/* */
/**************************************************************************/
@@ -421,7 +421,7 @@ UINT _txm_module_manager_inside_data_check(ULONG pointer);
#define TXM_MODULE_MANAGER_VERSION_ID \
CHAR _txm_module_manager_version_id[] = \
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-A7/MMU/iar Version 6.x *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-A7/MMU/iar Version 6.3.0 *";
#endif
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s
index 7a053ae0..13833e46 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s
@@ -45,7 +45,7 @@ SYS_MODE EQU 0x1F ; SYS mode
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_context_restore Cortex-A7/MMU/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* Scott Larson, Microsoft Corporation */
@@ -78,9 +78,9 @@ SYS_MODE EQU 0x1F ; SYS mode
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 Scott Larson Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _tx_thread_context_restore(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_save.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_save.s
index 506872db..ca0126fd 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_save.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_save.s
@@ -35,7 +35,7 @@
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_context_save Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -67,9 +67,9 @@
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _tx_thread_context_save(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_restore.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_restore.s
index d21c044d..2eada164 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_restore.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_restore.s
@@ -42,7 +42,7 @@ IRQ_MODE_BITS EQU 0x12 ; IRQ mode bits
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_fiq_context_restore Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -75,9 +75,9 @@ IRQ_MODE_BITS EQU 0x12 ; IRQ mode bits
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _tx_thread_fiq_context_restore(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_save.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_save.s
index 7c0b56e1..41752f13 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_save.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_save.s
@@ -32,7 +32,7 @@
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_fiq_context_save Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -64,9 +64,9 @@
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
; VOID _tx_thread_fiq_context_save(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_end.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_end.s
index 56dab99e..dbde16d0 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_end.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_end.s
@@ -33,7 +33,7 @@ FIQ_MODE_BITS EQU 0x11 ; FIQ mode bits
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_fiq_nesting_end Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -73,9 +73,9 @@ FIQ_MODE_BITS EQU 0x11 ; FIQ mode bits
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _tx_thread_fiq_nesting_end(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_start.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_start.s
index 2b416b05..8d3a3b4b 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_start.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_start.s
@@ -29,7 +29,7 @@ SYS_MODE_BITS EQU 0x1F ; System mode bits
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_fiq_nesting_start Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -66,9 +66,9 @@ SYS_MODE_BITS EQU 0x1F ; System mode bits
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _tx_thread_fiq_nesting_start(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_control.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_control.s
index 14fda0ae..5ac1d327 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_control.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_control.s
@@ -34,7 +34,7 @@ FIQ_MASK EQU 0x40 ; Interrupt bit mask
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_interrupt_control Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -65,9 +65,9 @@ FIQ_MASK EQU 0x40 ; Interrupt bit mask
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;UINT _tx_thread_interrupt_control(UINT new_posture)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_disable.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_disable.s
index 234fe450..31330e34 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_disable.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_disable.s
@@ -27,7 +27,7 @@
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_interrupt_disable Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -57,9 +57,9 @@
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;UINT _tx_thread_interrupt_disable(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_restore.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_restore.s
index 92ecb10c..68b635b4 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_restore.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_restore.s
@@ -31,7 +31,7 @@ FIQ_MASK EQU 0x40 ; Interrupt bit mask
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_interrupt_restore Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -62,9 +62,9 @@ FIQ_MASK EQU 0x40 ; Interrupt bit mask
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;void _tx_thread_interrupt_restore(UINT old_posture)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_end.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_end.s
index 09a2c710..f52f60ee 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_end.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_end.s
@@ -38,7 +38,7 @@ IRQ_MODE_BITS EQU 0x12 ; IRQ mode bits
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_irq_nesting_end Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -78,9 +78,9 @@ IRQ_MODE_BITS EQU 0x12 ; IRQ mode bits
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _tx_thread_irq_nesting_end(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_start.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_start.s
index a7461cc6..623537ca 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_start.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_start.s
@@ -32,7 +32,7 @@ SYS_MODE_BITS EQU 0x1F ; System mode bits
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_irq_nesting_start Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -69,9 +69,9 @@ SYS_MODE_BITS EQU 0x1F ; System mode bits
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _tx_thread_irq_nesting_start(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_schedule.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_schedule.s
index 9fae3e1d..e06b24a0 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_schedule.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_schedule.s
@@ -53,7 +53,7 @@ THUMB_MASK EQU 0x20 ; Thumb bit mask
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_schedule Cortex-A7/MMU/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* Scott Larson, Microsoft Corporation */
@@ -87,9 +87,9 @@ THUMB_MASK EQU 0x20 ; Thumb bit mask
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 Scott Larson Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _tx_thread_schedule(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_stack_build.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_stack_build.s
index 92ed468d..07b826a8 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_stack_build.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_stack_build.s
@@ -37,7 +37,7 @@ THUMB_MASK EQU 0x20 ; Thumb bit (5) of CPSR/SPSR
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_stack_build Cortex-A7/MMU/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* Scott Larson, Microsoft Corporation */
@@ -70,9 +70,9 @@ THUMB_MASK EQU 0x20 ; Thumb bit (5) of CPSR/SPSR
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 Scott Larson Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* 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_a7/iar/module_manager/src/tx_thread_system_return.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_system_return.s
index 98ec7a77..842b2ab8 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_system_return.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_system_return.s
@@ -32,7 +32,7 @@
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_system_return Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -65,9 +65,9 @@
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _tx_thread_system_return(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_vectored_context_save.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_vectored_context_save.s
index 157eda49..91c65674 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_vectored_context_save.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_vectored_context_save.s
@@ -31,7 +31,7 @@
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_vectored_context_save Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -63,9 +63,9 @@
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _tx_thread_vectored_context_save(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_timer_interrupt.s b/ports_module/cortex_a7/iar/module_manager/src/tx_timer_interrupt.s
index b79fdac4..10429f58 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/tx_timer_interrupt.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/tx_timer_interrupt.s
@@ -39,7 +39,7 @@
;/* FUNCTION RELEASE */
;/* */
;/* _tx_timer_interrupt Cortex-A7/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -74,9 +74,9 @@
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _tx_timer_interrupt(VOID)
diff --git a/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_thread_stack_build.s b/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_thread_stack_build.s
index c1c37db9..329bed4d 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_thread_stack_build.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_thread_stack_build.s
@@ -35,7 +35,7 @@ CPSR_MASK EQU 0x9F ; Mask initial CPSR, IRQ ints en
;/* FUNCTION RELEASE */
;/* */
;/* _txm_module_manager_thread_stack_build Cortex-A7/MMU/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* Scott Larson, Microsoft Corporation */
@@ -68,9 +68,9 @@ CPSR_MASK EQU 0x9F ; Mask initial CPSR, IRQ ints en
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 Scott Larson Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
;VOID _txm_module_manager_thread_stack_build(TX_THREAD *thread_ptr, VOID (*function_ptr)(TX_THREAD *, TXM_MODULE_INSTANCE *))
diff --git a/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_user_mode_entry.s b/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_user_mode_entry.s
index 6f45aad6..cd5e06c4 100644
--- a/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_user_mode_entry.s
+++ b/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_user_mode_entry.s
@@ -28,7 +28,7 @@
;/* FUNCTION RELEASE */
;/* */
;/* tx Cortex-A7/MMU/IAR */
-;/* 6.x */
+;/* 6.3.0 */
;/* AUTHOR */
;/* */
;/* Scott Larson, Microsoft Corporation */
@@ -59,9 +59,9 @@
;/* DATE NAME DESCRIPTION */
;/* */
;/* 09-30-2020 Scott Larson Initial Version 6.1 */
-;/* xx-xx-xxxx Yajun Xia Modified comment(s), */
+;/* 10-31-2023 Yajun Xia Modified comment(s), */
;/* Added thumb mode support, */
-;/* resulting in version 6.x */
+;/* resulting in version 6.3.0 */
;/* */
;/**************************************************************************/
RSEG .text:CODE:NOROOT(2)