Skip to content

Commit 5659373

Browse files
authored
Update for release 6.4.0. (#131)
1 parent f856e41 commit 5659373

28 files changed

Lines changed: 33 additions & 31 deletions

File tree

common/core/inc/ux_api.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* APPLICATION INTERFACE DEFINITION RELEASE */
2727
/* */
2828
/* ux_api.h PORTABLE C */
29-
/* 6.3.0 */
29+
/* 6.4.0 */
3030
/* AUTHOR */
3131
/* */
3232
/* Chaoqiong Xiao, Microsoft Corporation */
@@ -140,6 +140,8 @@
140140
/* optimized USB descriptors, */
141141
/* added error checks support, */
142142
/* resulting in version 6.3.0 */
143+
/* 12-31-2023 Chaoqiong Xiao Modified comment(s), */
144+
/* resulting in version 6.4.0 */
143145
/* */
144146
/**************************************************************************/
145147

@@ -340,7 +342,7 @@ typedef signed char SCHAR;
340342
/* Define basic constants for the USBX Stack. */
341343
#define AZURE_RTOS_USBX
342344
#define USBX_MAJOR_VERSION 6
343-
#define USBX_MINOR_VERSION 3
345+
#define USBX_MINOR_VERSION 4
344346
#define USBX_PATCH_VERSION 0
345347

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

common/usbx_device_classes/src/ux_device_class_hid_receiver_tasks_run.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/* FUNCTION RELEASE */
3636
/* */
3737
/* _ux_device_class_hid_receiver_tasks_run PORTABLE C */
38-
/* 6.x */
38+
/* 6.4.0 */
3939
/* AUTHOR */
4040
/* */
4141
/* Chaoqiong Xiao, Microsoft Corporation */
@@ -70,9 +70,9 @@
7070
/* 10-31-2023 Chaoqiong Xiao Modified comment(s), */
7171
/* added zero copy support, */
7272
/* resulting in version 6.3.0 */
73-
/* xx-xx-xxxx Chaoqiong Xiao Modified comment(s), */
73+
/* 12-31-2023 Chaoqiong Xiao Modified comment(s), */
7474
/* fixed save position issue, */
75-
/* resulting in version 6.x */
75+
/* resulting in version 6.4.0 */
7676
/* */
7777
/**************************************************************************/
7878
UINT _ux_device_class_hid_receiver_tasks_run(UX_SLAVE_CLASS_HID *hid)

ports/arm9/gnu/inc/ux_port.h

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

254254
#ifdef UX_SYSTEM_INIT
255255
CHAR _ux_version_id[] =
256-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/GNU Version 6.3.0 *";
256+
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/GNU Version 6.4.0 *";
257257
#else
258258
extern CHAR _ux_version_id[];
259259
#endif

ports/arm9/iar/inc/ux_port.h

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

261261
#ifdef UX_SYSTEM_INIT
262262
CHAR _ux_version_id[] =
263-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/IAR Version 6.3.0 *";
263+
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/IAR Version 6.4.0 *";
264264
#else
265265
extern CHAR _ux_version_id[];
266266
#endif

ports/cortex_a15/gnu/inc/ux_port.h

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

250250
#ifdef UX_SYSTEM_INIT
251251
CHAR _ux_version_id[] =
252-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A15/GNU Version 6.3.0 *";
252+
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A15/GNU Version 6.4.0 *";
253253
#else
254254
extern CHAR _ux_version_id[];
255255
#endif

ports/cortex_a5/gnu/inc/ux_port.h

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

257257
#ifdef UX_SYSTEM_INIT
258258
CHAR _ux_version_id[] =
259-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/GNU Version 6.3.0 *";
259+
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/GNU Version 6.4.0 *";
260260
#else
261261
extern CHAR _ux_version_id[];
262262
#endif

ports/cortex_a5/iar/inc/ux_port.h

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

257257
#ifdef UX_SYSTEM_INIT
258258
CHAR _ux_version_id[] =
259-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/IAR Version 6.3.0 *";
259+
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/IAR Version 6.4.0 *";
260260
#else
261261
extern CHAR _ux_version_id[];
262262
#endif

ports/cortex_a5x/ac6/inc/ux_port.h

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

274274
#ifdef UX_SYSTEM_INIT
275275
CHAR _ux_version_id[] =
276-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5x/AC6 Version 6.3.0 *";
276+
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5x/AC6 Version 6.4.0 *";
277277
#else
278278
extern CHAR _ux_version_id[];
279279
#endif

ports/cortex_a7/gnu/inc/ux_port.h

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

261261
#ifdef UX_SYSTEM_INIT
262262
CHAR _ux_version_id[] =
263-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/GNU Version 6.3.0 *";
263+
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/GNU Version 6.4.0 *";
264264
#else
265265
extern CHAR _ux_version_id[];
266266
#endif

ports/cortex_a7/iar/inc/ux_port.h

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

261261
#ifdef UX_SYSTEM_INIT
262262
CHAR _ux_version_id[] =
263-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/IAR Version 6.3.0 *";
263+
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/IAR Version 6.4.0 *";
264264
#else
265265
extern CHAR _ux_version_id[];
266266
#endif

0 commit comments

Comments
 (0)