Skip to content

Commit 13b700f

Browse files
Update release version to 6.3.0 and date to 10-31-2023 (#308)
1 parent 9ee2738 commit 13b700f

File tree

1,366 files changed

+3664
-3644
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,366 files changed

+3664
-3644
lines changed

common/inc/tx_api.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* APPLICATION INTERFACE DEFINITION RELEASE */
2727
/* */
2828
/* tx_api.h PORTABLE C */
29-
/* 6.x */
29+
/* 6.3.0 */
3030
/* AUTHOR */
3131
/* */
3232
/* William E. Lamie, Microsoft Corporation */
@@ -97,10 +97,10 @@
9797
/* 03-08-2023 Tiejun Zhou Modified comment(s), */
9898
/* update patch number, */
9999
/* resulting in version 6.2.1 */
100-
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */
100+
/* 10-31-2023 Xiuwen Cai Modified comment(s), */
101101
/* added option for random */
102102
/* number stack filling, */
103-
/* resulting in version 6.x */
103+
/* resulting in version 6.3.0 */
104104
/* */
105105
/**************************************************************************/
106106

@@ -139,8 +139,8 @@ extern "C" {
139139

140140
#define AZURE_RTOS_THREADX
141141
#define THREADX_MAJOR_VERSION 6
142-
#define THREADX_MINOR_VERSION 2
143-
#define THREADX_PATCH_VERSION 1
142+
#define THREADX_MINOR_VERSION 3
143+
#define THREADX_PATCH_VERSION 0
144144

145145
/* Define the following symbol for backward compatibility */
146146
#define EL_PRODUCT_THREADX

common/inc/tx_user_sample.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* PORT SPECIFIC C INFORMATION RELEASE */
2727
/* */
2828
/* tx_user.h PORTABLE C */
29-
/* 6.x */
29+
/* 6.3.0 */
3030
/* */
3131
/* AUTHOR */
3232
/* */
@@ -62,10 +62,10 @@
6262
/* optimized the definition of */
6363
/* TX_TIMER_TICKS_PER_SECOND, */
6464
/* resulting in version 6.1.11 */
65-
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */
65+
/* 10-31-2023 Xiuwen Cai Modified comment(s), */
6666
/* added option for random */
6767
/* number stack filling, */
68-
/* resulting in version 6.x */
68+
/* resulting in version 6.3.0 */
6969
/* */
7070
/**************************************************************************/
7171

common/src/tx_initialize_kernel_enter.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ TX_SAFETY_CRITICAL_EXCEPTION_HANDLER
4949
/* FUNCTION RELEASE */
5050
/* */
5151
/* _tx_initialize_kernel_enter PORTABLE C */
52-
/* 6.x */
52+
/* 6.3.0 */
5353
/* AUTHOR */
5454
/* */
5555
/* William E. Lamie, Microsoft Corporation */
@@ -93,10 +93,10 @@ TX_SAFETY_CRITICAL_EXCEPTION_HANDLER
9393
/* 04-25-2022 Scott Larson Modified comment(s), */
9494
/* added EPK initialization, */
9595
/* resulting in version 6.1.11 */
96-
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */
96+
/* 10-31-2023 Xiuwen Cai Modified comment(s), */
9797
/* added random generator */
9898
/* initialization, */
99-
/* resulting in version 6.x */
99+
/* resulting in version 6.3.0 */
100100
/* */
101101
/**************************************************************************/
102102
VOID _tx_initialize_kernel_enter(VOID)

common/src/tx_thread_create.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/* FUNCTION RELEASE */
3737
/* */
3838
/* _tx_thread_create PORTABLE C */
39-
/* 6.x */
39+
/* 6.3.0 */
4040
/* AUTHOR */
4141
/* */
4242
/* William E. Lamie, Microsoft Corporation */
@@ -88,10 +88,10 @@
8888
/* supported TX_MISRA_ENABLE, */
8989
/* 08-02-2021 Scott Larson Removed unneeded cast, */
9090
/* resulting in version 6.1.8 */
91-
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */
91+
/* 10-31-2023 Xiuwen Cai Modified comment(s), */
9292
/* added option for random */
9393
/* number stack filling, */
94-
/* resulting in version 6.x */
94+
/* resulting in version 6.3.0 */
9595
/* */
9696
/**************************************************************************/
9797
UINT _tx_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr, VOID (*entry_function)(ULONG id), ULONG entry_input,

common_modules/module_manager/inc/txm_module_manager_util.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* COMPONENT DEFINITION RELEASE */
2727
/* */
2828
/* txm_module_manager_util.h PORTABLE C */
29-
/* 6.x */
29+
/* 6.3.0 */
3030
/* AUTHOR */
3131
/* */
3232
/* Scott Larson, Microsoft Corporation */
@@ -44,9 +44,9 @@
4444
/* 04-02-2021 Scott Larson Modified comment(s) and */
4545
/* optimized object checks, */
4646
/* resulting in version 6.1.6 */
47-
/* xx-xx-xxxx Tiejun Zhou Modified comment(s) and */
47+
/* 10-31-2023 Tiejun Zhou Modified comment(s) and */
4848
/* improved object check, */
49-
/* resulting in version 6.x */
49+
/* resulting in version 6.3.0 */
5050
/* */
5151
/**************************************************************************/
5252

common_modules/module_manager/src/txm_module_manager_thread_create.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/* FUNCTION RELEASE */
4040
/* */
4141
/* _txm_module_manager_thread_create PORTABLE C */
42-
/* 6.x */
42+
/* 6.3.0 */
4343
/* AUTHOR */
4444
/* */
4545
/* Scott Larson, Microsoft Corporation */
@@ -94,12 +94,12 @@
9494
/* 03-08-2023 Scott Larson Check module stack for */
9595
/* overlap, */
9696
/* resulting in version 6.2.1 */
97-
/* xx-xx-xxxx Xiuwen Cai, Yajun xia Modified comment(s), */
97+
/* 10-31-2023 Xiuwen Cai, Yajun xia Modified comment(s), */
9898
/* added option for random */
9999
/* number stack filling, */
100100
/* fixed the kernel stack */
101101
/* allocation issue, */
102-
/* resulting in version 6.x */
102+
/* resulting in version 6.3.0 */
103103
/* */
104104
/**************************************************************************/
105105
UINT _txm_module_manager_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr,

common_smp/inc/tx_api.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* APPLICATION INTERFACE DEFINITION RELEASE */
2727
/* */
2828
/* tx_api.h PORTABLE SMP */
29-
/* 6.x */
29+
/* 6.3.0 */
3030
/* AUTHOR */
3131
/* */
3232
/* William E. Lamie, Microsoft Corporation */
@@ -85,10 +85,10 @@
8585
/* 03-08-2023 Tiejun Zhou Modified comment(s), */
8686
/* update patch number, */
8787
/* resulting in version 6.2.1 */
88-
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */
88+
/* 10-31-2023 Xiuwen Cai Modified comment(s), */
8989
/* added option for random */
9090
/* number stack filling, */
91-
/* resulting in version 6.x */
91+
/* resulting in version 6.3.0 */
9292
/* */
9393
/**************************************************************************/
9494

@@ -140,8 +140,8 @@ extern "C" {
140140

141141
#define AZURE_RTOS_THREADX
142142
#define THREADX_MAJOR_VERSION 6
143-
#define THREADX_MINOR_VERSION 2
144-
#define THREADX_PATCH_VERSION 1
143+
#define THREADX_MINOR_VERSION 3
144+
#define THREADX_PATCH_VERSION 0
145145

146146
/* Define the following symbol for backward compatibility */
147147
#define EL_PRODUCT_THREADX

common_smp/inc/tx_thread.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* COMPONENT DEFINITION RELEASE */
2727
/* */
2828
/* tx_thread.h PORTABLE SMP */
29-
/* 6.x */
29+
/* 6.3.0 */
3030
/* AUTHOR */
3131
/* */
3232
/* William E. Lamie, Microsoft Corporation */
@@ -42,8 +42,8 @@
4242
/* DATE NAME DESCRIPTION */
4343
/* */
4444
/* 09-30-2020 William E. Lamie Initial Version 6.1 */
45-
/* xx-xx-xxxx Tiejun Zhou Fixed MISRA2012 rule 8.3, */
46-
/* resulting in version 6.x */
45+
/* 10-31-2023 Tiejun Zhou Fixed MISRA2012 rule 8.3, */
46+
/* resulting in version 6.3.0 */
4747
/* */
4848
/**************************************************************************/
4949

common_smp/inc/tx_user_sample.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* PORT SPECIFIC C INFORMATION RELEASE */
2727
/* */
2828
/* tx_user.h PORTABLE C */
29-
/* 6.x */
29+
/* 6.3.0 */
3030
/* */
3131
/* AUTHOR */
3232
/* */
@@ -62,10 +62,10 @@
6262
/* optimized the definition of */
6363
/* TX_TIMER_TICKS_PER_SECOND, */
6464
/* resulting in version 6.1.11 */
65-
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */
65+
/* 10-31-2023 Xiuwen Cai Modified comment(s), */
6666
/* added option for random */
6767
/* number stack filling, */
68-
/* resulting in version 6.x */
68+
/* resulting in version 6.3.0 */
6969
/* */
7070
/**************************************************************************/
7171

common_smp/src/tx_byte_pool_search.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/* FUNCTION RELEASE */
3636
/* */
3737
/* _tx_byte_pool_search PORTABLE SMP */
38-
/* 6.x */
38+
/* 6.3.0 */
3939
/* AUTHOR */
4040
/* */
4141
/* William E. Lamie, Microsoft Corporation */
@@ -81,8 +81,8 @@
8181
/* calculation, and reduced */
8282
/* number of search resets, */
8383
/* resulting in version 6.1.7 */
84-
/* xx-xx-xxxx Tiejun Zhou Fixed MISRA2012 rule 10.4_a, */
85-
/* resulting in version 6.x */
84+
/* 10-31-2023 Tiejun Zhou Fixed MISRA2012 rule 10.4_a, */
85+
/* resulting in version 6.3.0 */
8686
/* */
8787
/**************************************************************************/
8888
UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size)

0 commit comments

Comments
 (0)