Update release version to 6.3.0 and date to 10-31-2023 (#308)

This commit is contained in:
TiejunZhou
2023-10-23 15:31:03 +08:00
committed by GitHub
parent 9ee2738aec
commit 13b700fd3e
1366 changed files with 3664 additions and 3644 deletions

View File

@@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */ /* APPLICATION INTERFACE DEFINITION RELEASE */
/* */ /* */
/* tx_api.h PORTABLE C */ /* tx_api.h PORTABLE C */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -97,10 +97,10 @@
/* 03-08-2023 Tiejun Zhou Modified comment(s), */ /* 03-08-2023 Tiejun Zhou Modified comment(s), */
/* update patch number, */ /* update patch number, */
/* resulting in version 6.2.1 */ /* resulting in version 6.2.1 */
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ /* 10-31-2023 Xiuwen Cai Modified comment(s), */
/* added option for random */ /* added option for random */
/* number stack filling, */ /* number stack filling, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
@@ -139,8 +139,8 @@ extern "C" {
#define AZURE_RTOS_THREADX #define AZURE_RTOS_THREADX
#define THREADX_MAJOR_VERSION 6 #define THREADX_MAJOR_VERSION 6
#define THREADX_MINOR_VERSION 2 #define THREADX_MINOR_VERSION 3
#define THREADX_PATCH_VERSION 1 #define THREADX_PATCH_VERSION 0
/* Define the following symbol for backward compatibility */ /* Define the following symbol for backward compatibility */
#define EL_PRODUCT_THREADX #define EL_PRODUCT_THREADX

View File

@@ -26,7 +26,7 @@
/* PORT SPECIFIC C INFORMATION RELEASE */ /* PORT SPECIFIC C INFORMATION RELEASE */
/* */ /* */
/* tx_user.h PORTABLE C */ /* tx_user.h PORTABLE C */
/* 6.x */ /* 6.3.0 */
/* */ /* */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
@@ -62,10 +62,10 @@
/* optimized the definition of */ /* optimized the definition of */
/* TX_TIMER_TICKS_PER_SECOND, */ /* TX_TIMER_TICKS_PER_SECOND, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ /* 10-31-2023 Xiuwen Cai Modified comment(s), */
/* added option for random */ /* added option for random */
/* number stack filling, */ /* number stack filling, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/

View File

@@ -49,7 +49,7 @@ TX_SAFETY_CRITICAL_EXCEPTION_HANDLER
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_initialize_kernel_enter PORTABLE C */ /* _tx_initialize_kernel_enter PORTABLE C */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -93,10 +93,10 @@ TX_SAFETY_CRITICAL_EXCEPTION_HANDLER
/* 04-25-2022 Scott Larson Modified comment(s), */ /* 04-25-2022 Scott Larson Modified comment(s), */
/* added EPK initialization, */ /* added EPK initialization, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ /* 10-31-2023 Xiuwen Cai Modified comment(s), */
/* added random generator */ /* added random generator */
/* initialization, */ /* initialization, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
VOID _tx_initialize_kernel_enter(VOID) VOID _tx_initialize_kernel_enter(VOID)

View File

@@ -36,7 +36,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_create PORTABLE C */ /* _tx_thread_create PORTABLE C */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -88,10 +88,10 @@
/* supported TX_MISRA_ENABLE, */ /* supported TX_MISRA_ENABLE, */
/* 08-02-2021 Scott Larson Removed unneeded cast, */ /* 08-02-2021 Scott Larson Removed unneeded cast, */
/* resulting in version 6.1.8 */ /* resulting in version 6.1.8 */
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ /* 10-31-2023 Xiuwen Cai Modified comment(s), */
/* added option for random */ /* added option for random */
/* number stack filling, */ /* number stack filling, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
UINT _tx_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr, VOID (*entry_function)(ULONG id), ULONG entry_input, UINT _tx_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr, VOID (*entry_function)(ULONG id), ULONG entry_input,

View File

@@ -26,7 +26,7 @@
/* COMPONENT DEFINITION RELEASE */ /* COMPONENT DEFINITION RELEASE */
/* */ /* */
/* txm_module_manager_util.h PORTABLE C */ /* txm_module_manager_util.h PORTABLE C */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* Scott Larson, Microsoft Corporation */ /* Scott Larson, Microsoft Corporation */
@@ -44,9 +44,9 @@
/* 04-02-2021 Scott Larson Modified comment(s) and */ /* 04-02-2021 Scott Larson Modified comment(s) and */
/* optimized object checks, */ /* optimized object checks, */
/* resulting in version 6.1.6 */ /* resulting in version 6.1.6 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s) and */ /* 10-31-2023 Tiejun Zhou Modified comment(s) and */
/* improved object check, */ /* improved object check, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/

View File

@@ -39,7 +39,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _txm_module_manager_thread_create PORTABLE C */ /* _txm_module_manager_thread_create PORTABLE C */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* Scott Larson, Microsoft Corporation */ /* Scott Larson, Microsoft Corporation */
@@ -94,12 +94,12 @@
/* 03-08-2023 Scott Larson Check module stack for */ /* 03-08-2023 Scott Larson Check module stack for */
/* overlap, */ /* overlap, */
/* resulting in version 6.2.1 */ /* resulting in version 6.2.1 */
/* xx-xx-xxxx Xiuwen Cai, Yajun xia Modified comment(s), */ /* 10-31-2023 Xiuwen Cai, Yajun xia Modified comment(s), */
/* added option for random */ /* added option for random */
/* number stack filling, */ /* number stack filling, */
/* fixed the kernel stack */ /* fixed the kernel stack */
/* allocation issue, */ /* allocation issue, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
UINT _txm_module_manager_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr, UINT _txm_module_manager_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr,

View File

@@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */ /* APPLICATION INTERFACE DEFINITION RELEASE */
/* */ /* */
/* tx_api.h PORTABLE SMP */ /* tx_api.h PORTABLE SMP */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -85,10 +85,10 @@
/* 03-08-2023 Tiejun Zhou Modified comment(s), */ /* 03-08-2023 Tiejun Zhou Modified comment(s), */
/* update patch number, */ /* update patch number, */
/* resulting in version 6.2.1 */ /* resulting in version 6.2.1 */
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ /* 10-31-2023 Xiuwen Cai Modified comment(s), */
/* added option for random */ /* added option for random */
/* number stack filling, */ /* number stack filling, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
@@ -140,8 +140,8 @@ extern "C" {
#define AZURE_RTOS_THREADX #define AZURE_RTOS_THREADX
#define THREADX_MAJOR_VERSION 6 #define THREADX_MAJOR_VERSION 6
#define THREADX_MINOR_VERSION 2 #define THREADX_MINOR_VERSION 3
#define THREADX_PATCH_VERSION 1 #define THREADX_PATCH_VERSION 0
/* Define the following symbol for backward compatibility */ /* Define the following symbol for backward compatibility */
#define EL_PRODUCT_THREADX #define EL_PRODUCT_THREADX

View File

@@ -26,7 +26,7 @@
/* COMPONENT DEFINITION RELEASE */ /* COMPONENT DEFINITION RELEASE */
/* */ /* */
/* tx_thread.h PORTABLE SMP */ /* tx_thread.h PORTABLE SMP */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -42,8 +42,8 @@
/* DATE NAME DESCRIPTION */ /* DATE NAME DESCRIPTION */
/* */ /* */
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* xx-xx-xxxx Tiejun Zhou Fixed MISRA2012 rule 8.3, */ /* 10-31-2023 Tiejun Zhou Fixed MISRA2012 rule 8.3, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/

View File

@@ -26,7 +26,7 @@
/* PORT SPECIFIC C INFORMATION RELEASE */ /* PORT SPECIFIC C INFORMATION RELEASE */
/* */ /* */
/* tx_user.h PORTABLE C */ /* tx_user.h PORTABLE C */
/* 6.x */ /* 6.3.0 */
/* */ /* */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
@@ -62,10 +62,10 @@
/* optimized the definition of */ /* optimized the definition of */
/* TX_TIMER_TICKS_PER_SECOND, */ /* TX_TIMER_TICKS_PER_SECOND, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ /* 10-31-2023 Xiuwen Cai Modified comment(s), */
/* added option for random */ /* added option for random */
/* number stack filling, */ /* number stack filling, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/

View File

@@ -35,7 +35,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_byte_pool_search PORTABLE SMP */ /* _tx_byte_pool_search PORTABLE SMP */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -81,8 +81,8 @@
/* calculation, and reduced */ /* calculation, and reduced */
/* number of search resets, */ /* number of search resets, */
/* resulting in version 6.1.7 */ /* resulting in version 6.1.7 */
/* xx-xx-xxxx Tiejun Zhou Fixed MISRA2012 rule 10.4_a, */ /* 10-31-2023 Tiejun Zhou Fixed MISRA2012 rule 10.4_a, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size)

View File

@@ -47,7 +47,7 @@ TX_SAFETY_CRITICAL_EXCEPTION_HANDLER
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_initialize_kernel_enter PORTABLE SMP */ /* _tx_initialize_kernel_enter PORTABLE SMP */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -88,10 +88,10 @@ TX_SAFETY_CRITICAL_EXCEPTION_HANDLER
/* DATE NAME DESCRIPTION */ /* DATE NAME DESCRIPTION */
/* */ /* */
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ /* 10-31-2023 Xiuwen Cai Modified comment(s), */
/* added random generator */ /* added random generator */
/* initialization, */ /* initialization, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
VOID _tx_initialize_kernel_enter(VOID) VOID _tx_initialize_kernel_enter(VOID)

View File

@@ -37,7 +37,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_create PORTABLE SMP */ /* _tx_thread_create PORTABLE SMP */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -89,10 +89,10 @@
/* restore interrupts at end */ /* restore interrupts at end */
/* of if block, */ /* of if block, */
/* resulting in version 6.2.0 */ /* resulting in version 6.2.0 */
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ /* 10-31-2023 Xiuwen Cai Modified comment(s), */
/* added option for random */ /* added option for random */
/* number stack filling, */ /* number stack filling, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
UINT _tx_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr, UINT _tx_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr,

View File

@@ -38,7 +38,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_system_suspend PORTABLE SMP */ /* _tx_thread_system_suspend PORTABLE SMP */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -91,8 +91,8 @@
/* 04-25-2022 Scott Larson Modified comments and fixed */ /* 04-25-2022 Scott Larson Modified comments and fixed */
/* loop to find next thread, */ /* loop to find next thread, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Fixed MISRA2012 rule 10.4_a, */ /* 10-31-2023 Tiejun Zhou Fixed MISRA2012 rule 10.4_a, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
VOID _tx_thread_system_suspend(TX_THREAD *thread_ptr) VOID _tx_thread_system_suspend(TX_THREAD *thread_ptr)

View File

@@ -322,7 +322,7 @@ void _tx_initialize_start_interrupts(void);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARCv2_EM/MetaWare Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARCv2_EM/MetaWare Version 6.3.0 *";
#else #else
#ifdef TX_MISRA_ENABLE #ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100]; extern CHAR _tx_version_id[100];

View File

@@ -336,7 +336,7 @@ VOID tx_thread_register_bank_assign(VOID *thread_ptr, UINT register_bank);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARC_HS/MetaWare Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARC_HS/MetaWare Version 6.3.0 *";
#else #else
#ifdef TX_MISRA_ENABLE #ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100]; extern CHAR _tx_version_id[100];

View File

@@ -320,7 +320,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/AC5 Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/AC5 Version 6.3.0 *";
#else #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@@ -309,7 +309,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/GNU Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/GNU Version 6.3.0 *";
#else #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@@ -375,7 +375,7 @@ void _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/IAR Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM11/IAR Version 6.3.0 *";
#else #else
#ifdef TX_MISRA_ENABLE #ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100]; extern CHAR _tx_version_id[100];

View File

@@ -322,7 +322,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/AC5 Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/AC5 Version 6.3.0 *";
#else #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@@ -309,7 +309,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/GNU Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/GNU Version 6.3.0 *";
#else #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@@ -375,7 +375,7 @@ void _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/IAR Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARM9/IAR Version 6.3.0 *";
#else #else
#ifdef TX_MISRA_ENABLE #ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100]; extern CHAR _tx_version_id[100];

View File

@@ -271,7 +271,7 @@ unsigned int _tx_thread_interrupt_control(unsigned int);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX C667x/TI Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX C667x/TI Version 6.3.0 *";
#else #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@@ -321,7 +321,7 @@ void tx_thread_vfp_disable(void);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.3.0 *";
#else #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@@ -53,7 +53,7 @@ IRQ_MODE = 0x92 // Disable IRQ, IRQ mode
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_context_restore ARMv7-A */ /* _tx_thread_context_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -91,9 +91,9 @@ IRQ_MODE = 0x92 // Disable IRQ, IRQ mode
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_context_restore .global _tx_thread_context_restore

View File

@@ -39,7 +39,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_context_save ARMv7-A */ /* _tx_thread_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -76,9 +76,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_context_save .global _tx_thread_context_save

View File

@@ -51,7 +51,7 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_context_restore ARMv7-A */ /* _tx_thread_fiq_context_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -89,9 +89,9 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_context_restore .global _tx_thread_fiq_context_restore

View File

@@ -40,7 +40,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_context_save ARMv7-A */ /* _tx_thread_fiq_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -77,9 +77,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_context_save .global _tx_thread_fiq_context_save

View File

@@ -43,7 +43,7 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_nesting_end ARMv7-A */ /* _tx_thread_fiq_nesting_end ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -85,9 +85,9 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_nesting_end .global _tx_thread_fiq_nesting_end

View File

@@ -39,7 +39,7 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_nesting_start ARMv7-A */ /* _tx_thread_fiq_nesting_start ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -78,9 +78,9 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_nesting_start .global _tx_thread_fiq_nesting_start

View File

@@ -50,7 +50,7 @@ $_tx_thread_interrupt_control:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_interrupt_control ARMv7-A */ /* _tx_thread_interrupt_control ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -83,9 +83,9 @@ $_tx_thread_interrupt_control:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_interrupt_control .global _tx_thread_interrupt_control

View File

@@ -47,7 +47,7 @@ $_tx_thread_interrupt_disable:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_interrupt_disable ARMv7-A */ /* _tx_thread_interrupt_disable ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -79,9 +79,9 @@ $_tx_thread_interrupt_disable:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_interrupt_disable .global _tx_thread_interrupt_disable

View File

@@ -47,7 +47,7 @@ $_tx_thread_interrupt_restore:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_interrupt_restore ARMv7-A */ /* _tx_thread_interrupt_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -80,9 +80,9 @@ $_tx_thread_interrupt_restore:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_interrupt_restore .global _tx_thread_interrupt_restore

View File

@@ -43,7 +43,7 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_irq_nesting_end ARMv7-A */ /* _tx_thread_irq_nesting_end ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -85,9 +85,9 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_irq_nesting_end .global _tx_thread_irq_nesting_end

View File

@@ -39,7 +39,7 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_irq_nesting_start ARMv7-A */ /* _tx_thread_irq_nesting_start ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -78,9 +78,9 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_irq_nesting_start .global _tx_thread_irq_nesting_start

View File

@@ -53,7 +53,7 @@ $_tx_thread_schedule:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_schedule ARMv7-A */ /* _tx_thread_schedule ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -92,9 +92,9 @@ $_tx_thread_schedule:
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_schedule .global _tx_thread_schedule

View File

@@ -58,7 +58,7 @@ $_tx_thread_stack_build:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_stack_build ARMv7-A */ /* _tx_thread_stack_build ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -93,9 +93,9 @@ $_tx_thread_stack_build:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_stack_build .global _tx_thread_stack_build

View File

@@ -57,7 +57,7 @@ $_tx_thread_system_return:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_system_return ARMv7-A */ /* _tx_thread_system_return ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -95,9 +95,9 @@ $_tx_thread_system_return:
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_system_return .global _tx_thread_system_return

View File

@@ -40,7 +40,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_vectored_context_save ARMv7-A */ /* _tx_thread_vectored_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -77,9 +77,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_vectored_context_save .global _tx_thread_vectored_context_save

View File

@@ -64,7 +64,7 @@ $_tx_timer_interrupt:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_timer_interrupt ARMv7-A */ /* _tx_timer_interrupt ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -101,9 +101,9 @@ $_tx_timer_interrupt:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_timer_interrupt .global _tx_timer_interrupt

View File

@@ -67,7 +67,7 @@ $_tx_initialize_low_level:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_initialize_low_level ARMv7-A */ /* _tx_initialize_low_level ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -103,9 +103,9 @@ $_tx_initialize_low_level:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_initialize_low_level .global _tx_initialize_low_level

View File

@@ -321,7 +321,7 @@ void tx_thread_vfp_disable(void);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.3.0 *";
#else #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@@ -53,7 +53,7 @@ IRQ_MODE = 0x92 // Disable IRQ, IRQ mode
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_context_restore ARMv7-A */ /* _tx_thread_context_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -91,9 +91,9 @@ IRQ_MODE = 0x92 // Disable IRQ, IRQ mode
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_context_restore .global _tx_thread_context_restore

View File

@@ -39,7 +39,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_context_save ARMv7-A */ /* _tx_thread_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -76,9 +76,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_context_save .global _tx_thread_context_save

View File

@@ -51,7 +51,7 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_context_restore ARMv7-A */ /* _tx_thread_fiq_context_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -89,9 +89,9 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_context_restore .global _tx_thread_fiq_context_restore

View File

@@ -40,7 +40,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_context_save ARMv7-A */ /* _tx_thread_fiq_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -77,9 +77,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_context_save .global _tx_thread_fiq_context_save

View File

@@ -43,7 +43,7 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_nesting_end ARMv7-A */ /* _tx_thread_fiq_nesting_end ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -85,9 +85,9 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_nesting_end .global _tx_thread_fiq_nesting_end

View File

@@ -39,7 +39,7 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_nesting_start ARMv7-A */ /* _tx_thread_fiq_nesting_start ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -78,9 +78,9 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_nesting_start .global _tx_thread_fiq_nesting_start

View File

@@ -50,7 +50,7 @@ $_tx_thread_interrupt_control:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_interrupt_control ARMv7-A */ /* _tx_thread_interrupt_control ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -83,9 +83,9 @@ $_tx_thread_interrupt_control:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_interrupt_control .global _tx_thread_interrupt_control

View File

@@ -47,7 +47,7 @@ $_tx_thread_interrupt_disable:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_interrupt_disable ARMv7-A */ /* _tx_thread_interrupt_disable ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -79,9 +79,9 @@ $_tx_thread_interrupt_disable:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_interrupt_disable .global _tx_thread_interrupt_disable

View File

@@ -47,7 +47,7 @@ $_tx_thread_interrupt_restore:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_interrupt_restore ARMv7-A */ /* _tx_thread_interrupt_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -80,9 +80,9 @@ $_tx_thread_interrupt_restore:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_interrupt_restore .global _tx_thread_interrupt_restore

View File

@@ -43,7 +43,7 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_irq_nesting_end ARMv7-A */ /* _tx_thread_irq_nesting_end ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -85,9 +85,9 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_irq_nesting_end .global _tx_thread_irq_nesting_end

View File

@@ -39,7 +39,7 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_irq_nesting_start ARMv7-A */ /* _tx_thread_irq_nesting_start ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -78,9 +78,9 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_irq_nesting_start .global _tx_thread_irq_nesting_start

View File

@@ -53,7 +53,7 @@ $_tx_thread_schedule:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_schedule ARMv7-A */ /* _tx_thread_schedule ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -92,9 +92,9 @@ $_tx_thread_schedule:
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_schedule .global _tx_thread_schedule

View File

@@ -58,7 +58,7 @@ $_tx_thread_stack_build:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_stack_build ARMv7-A */ /* _tx_thread_stack_build ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -93,9 +93,9 @@ $_tx_thread_stack_build:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_stack_build .global _tx_thread_stack_build

View File

@@ -57,7 +57,7 @@ $_tx_thread_system_return:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_system_return ARMv7-A */ /* _tx_thread_system_return ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -95,9 +95,9 @@ $_tx_thread_system_return:
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_system_return .global _tx_thread_system_return

View File

@@ -40,7 +40,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_vectored_context_save ARMv7-A */ /* _tx_thread_vectored_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -77,9 +77,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_vectored_context_save .global _tx_thread_vectored_context_save

View File

@@ -64,7 +64,7 @@ $_tx_timer_interrupt:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_timer_interrupt ARMv7-A */ /* _tx_timer_interrupt ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -101,9 +101,9 @@ $_tx_timer_interrupt:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_timer_interrupt .global _tx_timer_interrupt

View File

@@ -321,7 +321,7 @@ void tx_thread_vfp_disable(void);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.3.0 *";
#else #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@@ -53,7 +53,7 @@ IRQ_MODE = 0x92 // Disable IRQ, IRQ mode
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_context_restore ARMv7-A */ /* _tx_thread_context_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -91,9 +91,9 @@ IRQ_MODE = 0x92 // Disable IRQ, IRQ mode
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_context_restore .global _tx_thread_context_restore

View File

@@ -39,7 +39,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_context_save ARMv7-A */ /* _tx_thread_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -76,9 +76,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_context_save .global _tx_thread_context_save

View File

@@ -51,7 +51,7 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_context_restore ARMv7-A */ /* _tx_thread_fiq_context_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -89,9 +89,9 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_context_restore .global _tx_thread_fiq_context_restore

View File

@@ -40,7 +40,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_context_save ARMv7-A */ /* _tx_thread_fiq_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -77,9 +77,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_context_save .global _tx_thread_fiq_context_save

View File

@@ -43,7 +43,7 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_nesting_end ARMv7-A */ /* _tx_thread_fiq_nesting_end ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -85,9 +85,9 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_nesting_end .global _tx_thread_fiq_nesting_end

View File

@@ -39,7 +39,7 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_nesting_start ARMv7-A */ /* _tx_thread_fiq_nesting_start ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -78,9 +78,9 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_nesting_start .global _tx_thread_fiq_nesting_start

View File

@@ -50,7 +50,7 @@ $_tx_thread_interrupt_control:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_interrupt_control ARMv7-A */ /* _tx_thread_interrupt_control ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -83,9 +83,9 @@ $_tx_thread_interrupt_control:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_interrupt_control .global _tx_thread_interrupt_control

View File

@@ -47,7 +47,7 @@ $_tx_thread_interrupt_disable:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_interrupt_disable ARMv7-A */ /* _tx_thread_interrupt_disable ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -79,9 +79,9 @@ $_tx_thread_interrupt_disable:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_interrupt_disable .global _tx_thread_interrupt_disable

View File

@@ -47,7 +47,7 @@ $_tx_thread_interrupt_restore:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_interrupt_restore ARMv7-A */ /* _tx_thread_interrupt_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -80,9 +80,9 @@ $_tx_thread_interrupt_restore:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_interrupt_restore .global _tx_thread_interrupt_restore

View File

@@ -43,7 +43,7 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_irq_nesting_end ARMv7-A */ /* _tx_thread_irq_nesting_end ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -85,9 +85,9 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_irq_nesting_end .global _tx_thread_irq_nesting_end

View File

@@ -39,7 +39,7 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_irq_nesting_start ARMv7-A */ /* _tx_thread_irq_nesting_start ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -78,9 +78,9 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_irq_nesting_start .global _tx_thread_irq_nesting_start

View File

@@ -53,7 +53,7 @@ $_tx_thread_schedule:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_schedule ARMv7-A */ /* _tx_thread_schedule ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -92,9 +92,9 @@ $_tx_thread_schedule:
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_schedule .global _tx_thread_schedule

View File

@@ -58,7 +58,7 @@ $_tx_thread_stack_build:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_stack_build ARMv7-A */ /* _tx_thread_stack_build ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -93,9 +93,9 @@ $_tx_thread_stack_build:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_stack_build .global _tx_thread_stack_build

View File

@@ -57,7 +57,7 @@ $_tx_thread_system_return:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_system_return ARMv7-A */ /* _tx_thread_system_return ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -95,9 +95,9 @@ $_tx_thread_system_return:
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_system_return .global _tx_thread_system_return

View File

@@ -40,7 +40,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_vectored_context_save ARMv7-A */ /* _tx_thread_vectored_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -77,9 +77,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_vectored_context_save .global _tx_thread_vectored_context_save

View File

@@ -64,7 +64,7 @@ $_tx_timer_interrupt:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_timer_interrupt ARMv7-A */ /* _tx_timer_interrupt ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -101,9 +101,9 @@ $_tx_timer_interrupt:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_timer_interrupt .global _tx_timer_interrupt

View File

@@ -67,7 +67,7 @@ $_tx_initialize_low_level:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_initialize_low_level ARMv7-A */ /* _tx_initialize_low_level ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -103,9 +103,9 @@ $_tx_initialize_low_level:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_initialize_low_level .global _tx_initialize_low_level

View File

@@ -321,7 +321,7 @@ void tx_thread_vfp_disable(void);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.3.0 *";
#else #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@@ -53,7 +53,7 @@ IRQ_MODE = 0x92 // Disable IRQ, IRQ mode
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_context_restore ARMv7-A */ /* _tx_thread_context_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -91,9 +91,9 @@ IRQ_MODE = 0x92 // Disable IRQ, IRQ mode
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_context_restore .global _tx_thread_context_restore

View File

@@ -39,7 +39,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_context_save ARMv7-A */ /* _tx_thread_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -76,9 +76,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_context_save .global _tx_thread_context_save

View File

@@ -51,7 +51,7 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_context_restore ARMv7-A */ /* _tx_thread_fiq_context_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -89,9 +89,9 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_context_restore .global _tx_thread_fiq_context_restore

View File

@@ -40,7 +40,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_context_save ARMv7-A */ /* _tx_thread_fiq_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -77,9 +77,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_context_save .global _tx_thread_fiq_context_save

View File

@@ -43,7 +43,7 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_nesting_end ARMv7-A */ /* _tx_thread_fiq_nesting_end ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -85,9 +85,9 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_nesting_end .global _tx_thread_fiq_nesting_end

View File

@@ -39,7 +39,7 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_nesting_start ARMv7-A */ /* _tx_thread_fiq_nesting_start ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -78,9 +78,9 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_nesting_start .global _tx_thread_fiq_nesting_start

View File

@@ -50,7 +50,7 @@ $_tx_thread_interrupt_control:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_interrupt_control ARMv7-A */ /* _tx_thread_interrupt_control ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -83,9 +83,9 @@ $_tx_thread_interrupt_control:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_interrupt_control .global _tx_thread_interrupt_control

View File

@@ -47,7 +47,7 @@ $_tx_thread_interrupt_disable:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_interrupt_disable ARMv7-A */ /* _tx_thread_interrupt_disable ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -79,9 +79,9 @@ $_tx_thread_interrupt_disable:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_interrupt_disable .global _tx_thread_interrupt_disable

View File

@@ -47,7 +47,7 @@ $_tx_thread_interrupt_restore:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_interrupt_restore ARMv7-A */ /* _tx_thread_interrupt_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -80,9 +80,9 @@ $_tx_thread_interrupt_restore:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_interrupt_restore .global _tx_thread_interrupt_restore

View File

@@ -43,7 +43,7 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_irq_nesting_end ARMv7-A */ /* _tx_thread_irq_nesting_end ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -85,9 +85,9 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_irq_nesting_end .global _tx_thread_irq_nesting_end

View File

@@ -39,7 +39,7 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_irq_nesting_start ARMv7-A */ /* _tx_thread_irq_nesting_start ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -78,9 +78,9 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_irq_nesting_start .global _tx_thread_irq_nesting_start

View File

@@ -53,7 +53,7 @@ $_tx_thread_schedule:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_schedule ARMv7-A */ /* _tx_thread_schedule ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -92,9 +92,9 @@ $_tx_thread_schedule:
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_schedule .global _tx_thread_schedule

View File

@@ -58,7 +58,7 @@ $_tx_thread_stack_build:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_stack_build ARMv7-A */ /* _tx_thread_stack_build ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -93,9 +93,9 @@ $_tx_thread_stack_build:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_stack_build .global _tx_thread_stack_build

View File

@@ -57,7 +57,7 @@ $_tx_thread_system_return:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_system_return ARMv7-A */ /* _tx_thread_system_return ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -95,9 +95,9 @@ $_tx_thread_system_return:
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_system_return .global _tx_thread_system_return

View File

@@ -40,7 +40,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_vectored_context_save ARMv7-A */ /* _tx_thread_vectored_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -77,9 +77,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_vectored_context_save .global _tx_thread_vectored_context_save

View File

@@ -64,7 +64,7 @@ $_tx_timer_interrupt:
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_timer_interrupt ARMv7-A */ /* _tx_timer_interrupt ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -101,9 +101,9 @@ $_tx_timer_interrupt:
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_timer_interrupt .global _tx_timer_interrupt

View File

@@ -385,7 +385,7 @@ void tx_thread_vfp_disable(void);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-A15/IAR Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-A15/IAR Version 6.3.0 *";
#else #else
#ifdef TX_MISRA_ENABLE #ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100]; extern CHAR _tx_version_id[100];

View File

@@ -321,7 +321,7 @@ void tx_thread_vfp_disable(void);
#ifdef TX_THREAD_INIT #ifdef TX_THREAD_INIT
CHAR _tx_version_id[] = CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.2.1 *"; "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.3.0 *";
#else #else
extern CHAR _tx_version_id[]; extern CHAR _tx_version_id[];
#endif #endif

View File

@@ -53,7 +53,7 @@ IRQ_MODE = 0x92 // Disable IRQ, IRQ mode
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_context_restore ARMv7-A */ /* _tx_thread_context_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -91,9 +91,9 @@ IRQ_MODE = 0x92 // Disable IRQ, IRQ mode
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_context_restore .global _tx_thread_context_restore

View File

@@ -39,7 +39,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_context_save ARMv7-A */ /* _tx_thread_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -76,9 +76,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_context_save .global _tx_thread_context_save

View File

@@ -51,7 +51,7 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_context_restore ARMv7-A */ /* _tx_thread_fiq_context_restore ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -89,9 +89,9 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_context_restore .global _tx_thread_fiq_context_restore

View File

@@ -40,7 +40,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_context_save ARMv7-A */ /* _tx_thread_fiq_context_save ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -77,9 +77,9 @@
/* resulting in version 6.1.9 */ /* resulting in version 6.1.9 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_context_save .global _tx_thread_fiq_context_save

View File

@@ -43,7 +43,7 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_nesting_end ARMv7-A */ /* _tx_thread_fiq_nesting_end ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -85,9 +85,9 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_nesting_end .global _tx_thread_fiq_nesting_end

View File

@@ -39,7 +39,7 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _tx_thread_fiq_nesting_start ARMv7-A */ /* _tx_thread_fiq_nesting_start ARMv7-A */
/* 6.x */ /* 6.3.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -78,9 +78,9 @@ SYS_MODE_BITS = 0x1F // System mode bits
/* 09-30-2020 William E. Lamie Initial Version 6.1 */ /* 09-30-2020 William E. Lamie Initial Version 6.1 */
/* 04-25-2022 Zhen Kong Updated comments, */ /* 04-25-2022 Zhen Kong Updated comments, */
/* resulting in version 6.1.11 */ /* resulting in version 6.1.11 */
/* xx-xx-xxxx Tiejun Zhou Modified comment(s), added */ /* 10-31-2023 Tiejun Zhou Modified comment(s), added */
/* #include tx_user.h, */ /* #include tx_user.h, */
/* resulting in version 6.x */ /* resulting in version 6.3.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
.global _tx_thread_fiq_nesting_start .global _tx_thread_fiq_nesting_start

Some files were not shown because too many files have changed in this diff Show More