Skip to content

Commit

Permalink
Update for release 6.4.0. (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocq2001 authored Dec 28, 2023
1 parent f856e41 commit 5659373
Show file tree
Hide file tree
Showing 28 changed files with 33 additions and 31 deletions.
6 changes: 4 additions & 2 deletions common/core/inc/ux_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* ux_api.h PORTABLE C */
/* 6.3.0 */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Chaoqiong Xiao, Microsoft Corporation */
Expand Down Expand Up @@ -140,6 +140,8 @@
/* optimized USB descriptors, */
/* added error checks support, */
/* resulting in version 6.3.0 */
/* 12-31-2023 Chaoqiong Xiao Modified comment(s), */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/

Expand Down Expand Up @@ -340,7 +342,7 @@ typedef signed char SCHAR;
/* Define basic constants for the USBX Stack. */
#define AZURE_RTOS_USBX
#define USBX_MAJOR_VERSION 6
#define USBX_MINOR_VERSION 3
#define USBX_MINOR_VERSION 4
#define USBX_PATCH_VERSION 0

/* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/* FUNCTION RELEASE */
/* */
/* _ux_device_class_hid_receiver_tasks_run PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Chaoqiong Xiao, Microsoft Corporation */
Expand Down Expand Up @@ -70,9 +70,9 @@
/* 10-31-2023 Chaoqiong Xiao Modified comment(s), */
/* added zero copy support, */
/* resulting in version 6.3.0 */
/* xx-xx-xxxx Chaoqiong Xiao Modified comment(s), */
/* 12-31-2023 Chaoqiong Xiao Modified comment(s), */
/* fixed save position issue, */
/* resulting in version 6.x */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
UINT _ux_device_class_hid_receiver_tasks_run(UX_SLAVE_CLASS_HID *hid)
Expand Down
2 changes: 1 addition & 1 deletion ports/arm9/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm9/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a15/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A15/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A15/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5x/ac6/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5x/AC6 Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5x/AC6 Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A8/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A8/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A8/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A8/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M0/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M0/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M0/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M0/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M3/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M3/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M3/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M3/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M4/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M4/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M4/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M4/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M7/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M7/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M7/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-M7/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r4/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-R4/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-R4/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r4/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-R4/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-R4/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r5/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-R5/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-R5/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r5/iar/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-R5/IAR Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-R5/IAR Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/generic/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ VOID outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Generic Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Generic Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/linux/gnu/inc/ux_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ ULONG outpl(ULONG,ULONG);

#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Linux/GNU Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Linux/GNU Version 6.4.0 *";
#else
extern CHAR _ux_version_id[];
#endif
Expand Down

0 comments on commit 5659373

Please sign in to comment.