Skip to content

Commit c16575c

Browse files
authored
Merge branch 'master' into bo-ms/add_revision_history
2 parents 477d35d + 61dec71 commit c16575c

File tree

27 files changed

+31
-28
lines changed

27 files changed

+31
-28
lines changed

common/core/inc/ux_api.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/* APPLICATION INTERFACE DEFINITION RELEASE */
2626
/* */
2727
/* ux_api.h PORTABLE C */
28-
/* 6.4.0 */
28+
/* 6.4.1 */
2929
/* AUTHOR */
3030
/* */
3131
/* Chaoqiong Xiao, Microsoft Corporation */
@@ -141,6 +141,9 @@
141141
/* resulting in version 6.3.0 */
142142
/* 12-31-2023 Chaoqiong Xiao Modified comment(s), */
143143
/* resulting in version 6.4.0 */
144+
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
145+
/* update version number, */
146+
/* resulting in version 6.4.1 */
144147
/* */
145148
/**************************************************************************/
146149

@@ -342,7 +345,7 @@ typedef signed char SCHAR;
342345
#define AZURE_RTOS_USBX
343346
#define USBX_MAJOR_VERSION 6
344347
#define USBX_MINOR_VERSION 4
345-
#define USBX_PATCH_VERSION 0
348+
#define USBX_PATCH_VERSION 1
346349

347350
/* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */
348351

ports/arm9/gnu/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ VOID outpl(ULONG,ULONG);
252252

253253
#ifdef UX_SYSTEM_INIT
254254
CHAR _ux_version_id[] =
255-
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/GNU Version 6.4.0 *";
255+
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/GNU Version 6.4.1 *";
256256
#else
257257
extern CHAR _ux_version_id[];
258258
#endif

ports/arm9/iar/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ VOID outpl(ULONG,ULONG);
259259

260260
#ifdef UX_SYSTEM_INIT
261261
CHAR _ux_version_id[] =
262-
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/IAR Version 6.4.0 *";
262+
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/IAR Version 6.4.1 *";
263263
#else
264264
extern CHAR _ux_version_id[];
265265
#endif

ports/cortex_a15/gnu/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ VOID outpl(ULONG,ULONG);
248248

249249
#ifdef UX_SYSTEM_INIT
250250
CHAR _ux_version_id[] =
251-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A15/GNU Version 6.4.0 *";
251+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A15/GNU Version 6.4.1 *";
252252
#else
253253
extern CHAR _ux_version_id[];
254254
#endif

ports/cortex_a5/gnu/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
255255

256256
#ifdef UX_SYSTEM_INIT
257257
CHAR _ux_version_id[] =
258-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/GNU Version 6.4.0 *";
258+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/GNU Version 6.4.1 *";
259259
#else
260260
extern CHAR _ux_version_id[];
261261
#endif

ports/cortex_a5/iar/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
255255

256256
#ifdef UX_SYSTEM_INIT
257257
CHAR _ux_version_id[] =
258-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/IAR Version 6.4.0 *";
258+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/IAR Version 6.4.1 *";
259259
#else
260260
extern CHAR _ux_version_id[];
261261
#endif

ports/cortex_a5x/ac6/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ VOID outpl(ULONG,ULONG);
272272

273273
#ifdef UX_SYSTEM_INIT
274274
CHAR _ux_version_id[] =
275-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5x/AC6 Version 6.4.0 *";
275+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5x/AC6 Version 6.4.1 *";
276276
#else
277277
extern CHAR _ux_version_id[];
278278
#endif

ports/cortex_a7/gnu/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ VOID outpl(ULONG,ULONG);
259259

260260
#ifdef UX_SYSTEM_INIT
261261
CHAR _ux_version_id[] =
262-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/GNU Version 6.4.0 *";
262+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/GNU Version 6.4.1 *";
263263
#else
264264
extern CHAR _ux_version_id[];
265265
#endif

ports/cortex_a7/iar/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ VOID outpl(ULONG,ULONG);
259259

260260
#ifdef UX_SYSTEM_INIT
261261
CHAR _ux_version_id[] =
262-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/IAR Version 6.4.0 *";
262+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/IAR Version 6.4.1 *";
263263
#else
264264
extern CHAR _ux_version_id[];
265265
#endif

ports/cortex_a8/gnu/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
255255

256256
#ifdef UX_SYSTEM_INIT
257257
CHAR _ux_version_id[] =
258-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/GNU Version 6.4.0 *";
258+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/GNU Version 6.4.1 *";
259259
#else
260260
extern CHAR _ux_version_id[];
261261
#endif

0 commit comments

Comments
 (0)