|
1 | 1 | /*************************************************************************** |
2 | | - * Copyright (c) 2024 Microsoft Corporation |
3 | | - * |
| 2 | + * Copyright (c) 2024 Microsoft Corporation |
| 3 | + * Copyright (c) 2026-present Eclipse ThreadX contributors |
| 4 | + * |
4 | 5 | * This program and the accompanying materials are made available under the |
5 | 6 | * terms of the MIT License which is available at |
6 | 7 | * https://opensource.org/licenses/MIT. |
7 | | - * |
| 8 | + * |
8 | 9 | * SPDX-License-Identifier: MIT |
9 | 10 | **************************************************************************/ |
10 | 11 |
|
|
38 | 39 | /* Please note that basic data type definitions and other architecture-*/ |
39 | 40 | /* specific information is contained in the file tx_port.h. */ |
40 | 41 | /* */ |
41 | | -/* RELEASE HISTORY */ |
42 | | -/* */ |
43 | | -/* DATE NAME DESCRIPTION */ |
44 | | -/* */ |
45 | | -/* 05-19-2020 William E. Lamie Initial Version 6.0 */ |
46 | | -/* 09-30-2020 William E. Lamie Modified comment(s), and */ |
47 | | -/* updated product constants, */ |
48 | | -/* added new thread execution */ |
49 | | -/* state TX_PRIORITY_CHANGE, */ |
50 | | -/* added macros for casting */ |
51 | | -/* pointers to ALIGN_TYPE, */ |
52 | | -/* resulting in version 6.1 */ |
53 | | -/* 10-16-2020 William E. Lamie Modified comment(s), and */ |
54 | | -/* increased patch version, */ |
55 | | -/* resulting in version 6.1.1 */ |
56 | | -/* 11-09-2020 Yuxin Zhou Modified comment(s), and */ |
57 | | -/* moved TX_THREAD_GET_SYSTEM_ */ |
58 | | -/* STATE to tx_api.h, */ |
59 | | -/* resulting in version 6.1.2 */ |
60 | | -/* 12-31-2020 William E. Lamie Modified comment(s), and */ |
61 | | -/* increased patch version, */ |
62 | | -/* resulting in version 6.1.3 */ |
63 | | -/* 03-02-2021 Scott Larson Modified comment(s), and */ |
64 | | -/* order defines numerically, */ |
65 | | -/* add option to remove FileX */ |
66 | | -/* pointer, */ |
67 | | -/* resulting in version 6.1.5 */ |
68 | | -/* 04-02-2021 Scott Larson Modified comment(s), and */ |
69 | | -/* update patch number, */ |
70 | | -/* resulting in version 6.1.6 */ |
71 | | -/* 06-02-2021 Yuxin Zhou Modified comment(s), added */ |
72 | | -/* Execution Profile support, */ |
73 | | -/* resulting in version 6.1.7 */ |
74 | | -/* 08-02-2021 Scott Larson Modified comment(s), and */ |
75 | | -/* update patch number, */ |
76 | | -/* resulting in version 6.1.8 */ |
77 | | -/* 10-15-2021 Yuxin Zhou Modified comment(s), */ |
78 | | -/* update patch number, */ |
79 | | -/* resulting in version 6.1.9 */ |
80 | | -/* 01-31-2022 Scott Larson Modified comment(s), */ |
81 | | -/* add unused parameter macro, */ |
82 | | -/* update patch number, */ |
83 | | -/* resulting in version 6.1.10 */ |
84 | | -/* 04-25-2022 Wenhui Xie Modified comment(s), */ |
85 | | -/* optimized the definition of */ |
86 | | -/* TX_TIMER_TICKS_PER_SECOND, */ |
87 | | -/* resulting in version 6.1.11 */ |
88 | | -/* 07-29-2022 Scott Larson Modified comment(s), */ |
89 | | -/* update patch number, */ |
90 | | -/* resulting in version 6.1.12 */ |
91 | | -/* 10-31-2022 Scott Larson Modified comment(s), */ |
92 | | -/* add extension macros, */ |
93 | | -/* update EPK typedef, */ |
94 | | -/* update version numbers, */ |
95 | | -/* resulting in version 6.2.0 */ |
96 | | -/* 03-08-2023 Tiejun Zhou Modified comment(s), */ |
97 | | -/* update patch number, */ |
98 | | -/* resulting in version 6.2.1 */ |
99 | | -/* 10-31-2023 Xiuwen Cai Modified comment(s), */ |
100 | | -/* added option for random */ |
101 | | -/* number stack filling, */ |
102 | | -/* resulting in version 6.3.0 */ |
103 | | -/* 12-31-2023 Tiejun Zhou Modified comment(s), */ |
104 | | -/* update version number, */ |
105 | | -/* resulting in version 6.4.0 */ |
106 | | -/* 03-01-2024 Tiejun Zhou Modified comment(s), */ |
107 | | -/* update version number, */ |
108 | | -/* resulting in version 6.4.1 */ |
109 | | -/* 02-19-2025 Frédéric Desbiens Modified comment(s), */ |
110 | | -/* update version number, */ |
111 | | -/* resulting in version 6.4.2 */ |
112 | | -/* */ |
113 | 42 | /**************************************************************************/ |
114 | 43 |
|
115 | 44 | #ifndef TX_API_H |
@@ -147,9 +76,9 @@ extern "C" { |
147 | 76 |
|
148 | 77 | #define AZURE_RTOS_THREADX |
149 | 78 | #define THREADX_MAJOR_VERSION 6 |
150 | | -#define THREADX_MINOR_VERSION 4 |
151 | | -#define THREADX_PATCH_VERSION 5 |
152 | | -#define THREADX_BUILD_VERSION 202504 |
| 79 | +#define THREADX_MINOR_VERSION 5 |
| 80 | +#define THREADX_PATCH_VERSION 0 |
| 81 | +#define THREADX_BUILD_VERSION 202601 |
153 | 82 | #define THREADX_HOTFIX_VERSION ' ' |
154 | 83 |
|
155 | 84 | /* Define the following symbol for backward compatibility */ |
|
0 commit comments