|
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 |
|
|
37 | 38 | /* All service prototypes and data structure definitions are defined */ |
38 | 39 | /* in this file. */ |
39 | 40 | /* */ |
40 | | -/* RELEASE HISTORY */ |
41 | | -/* */ |
42 | | -/* DATE NAME DESCRIPTION */ |
43 | | -/* */ |
44 | | -/* 05-19-2020 William E. Lamie Initial Version 6.0 */ |
45 | | -/* 09-30-2020 William E. Lamie Modified comment(s), and */ |
46 | | -/* updated product constants, */ |
47 | | -/* and added conditionals to */ |
48 | | -/* disable few declarations */ |
49 | | -/* for code size reduction, */ |
50 | | -/* resulting in version 6.1 */ |
51 | | -/* 11-09-2020 William E. Lamie Modified comment(s), */ |
52 | | -/* resulting in version 6.1.2 */ |
53 | | -/* 12-31-2020 William E. Lamie Modified comment(s), and */ |
54 | | -/* updated product constants, */ |
55 | | -/* resulting in version 6.1.3 */ |
56 | | -/* 03-02-2021 William E. Lamie Modified comment(s), and */ |
57 | | -/* added standalone support, */ |
58 | | -/* resulting in version 6.1.5 */ |
59 | | -/* 04-02-2021 William E. Lamie Modified comment(s), and */ |
60 | | -/* updated product constants, */ |
61 | | -/* resulting in version 6.1.6 */ |
62 | | -/* 06-02-2021 William E. Lamie Modified comment(s), and */ |
63 | | -/* updated product constants, */ |
64 | | -/* resulting in version 6.1.7 */ |
65 | | -/* 08-02-2021 William E. Lamie Modified comment(s), and */ |
66 | | -/* updated product constants, */ |
67 | | -/* resulting in version 6.1.8 */ |
68 | | -/* 01-31-2022 Bhupendra Naphade Modified comment(s), fixed */ |
69 | | -/* errors without cache, */ |
70 | | -/* resulting in version 6.1.10 */ |
71 | | -/* 04-25-2022 William E. Lamie Modified comment(s), and */ |
72 | | -/* updated product constants, */ |
73 | | -/* resulting in version 6.1.11 */ |
74 | | -/* 07-29-2022 William E. Lamie Modified comment(s), and */ |
75 | | -/* updated product constants, */ |
76 | | -/* resulting in version 6.1.12 */ |
77 | | -/* 10-31-2022 Xiuwen Cai Modified comment(s), and */ |
78 | | -/* updated product constants, */ |
79 | | -/* resulting in version 6.2.0 */ |
80 | | -/* 03-08-2023 Xiuwen Cai Modified comment(s), and */ |
81 | | -/* updated product constants, */ |
82 | | -/* resulting in version 6.2.1 */ |
83 | | -/* 10-31-2023 Xiuwen Cai Modified comment(s), and */ |
84 | | -/* updated product constants, */ |
85 | | -/* resulting in version 6.3.0 */ |
86 | | -/* 12-31-2023 Xiuwen Cai Modified comment(s), and */ |
87 | | -/* updated product constants, */ |
88 | | -/* resulting in version 6.4.0 */ |
89 | | -/* 03-01-2024 Tiejun Zhou Modified comment(s), */ |
90 | | -/* update version number, */ |
91 | | -/* resulting in version 6.4.1 */ |
92 | | -/* */ |
93 | 41 | /**************************************************************************/ |
94 | 42 |
|
95 | 43 | #ifndef FX_API_H |
@@ -137,9 +85,9 @@ extern "C" { |
137 | 85 |
|
138 | 86 | #define AZURE_RTOS_FILEX |
139 | 87 | #define FILEX_MAJOR_VERSION 6 |
140 | | -#define FILEX_MINOR_VERSION 4 |
141 | | -#define FILEX_PATCH_VERSION 5 |
142 | | -#define FILEX_BUILD_VERSION 202504 |
| 88 | +#define FILEX_MINOR_VERSION 5 |
| 89 | +#define FILEX_PATCH_VERSION 0 |
| 90 | +#define FILEX_BUILD_VERSION 202601 |
143 | 91 | #define FILEX_HOTFIX_VERSION ' ' |
144 | 92 |
|
145 | 93 | /* Define the following symbols for backward compatibility */ |
|
0 commit comments