mirror of
https://github.com/azure-rtos/usbx.git
synced 2025-01-14 06:43:05 +08:00
Merge branch 'master' into ayedm-update
This commit is contained in:
commit
098ad14e00
@ -25,7 +25,7 @@
|
||||
/* APPLICATION INTERFACE DEFINITION RELEASE */
|
||||
/* */
|
||||
/* ux_api.h PORTABLE C */
|
||||
/* 6.4.0 */
|
||||
/* 6.4.1 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* Chaoqiong Xiao, Microsoft Corporation */
|
||||
@ -141,6 +141,9 @@
|
||||
/* resulting in version 6.3.0 */
|
||||
/* 12-31-2023 Chaoqiong Xiao Modified comment(s), */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
|
||||
/* update version number, */
|
||||
/* resulting in version 6.4.1 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
|
||||
@ -342,7 +345,7 @@ typedef signed char SCHAR;
|
||||
#define AZURE_RTOS_USBX
|
||||
#define USBX_MAJOR_VERSION 6
|
||||
#define USBX_MINOR_VERSION 4
|
||||
#define USBX_PATCH_VERSION 0
|
||||
#define USBX_PATCH_VERSION 1
|
||||
|
||||
/* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */
|
||||
|
||||
|
2638
docs/revision_history.txt
Normal file
2638
docs/revision_history.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -252,7 +252,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -259,7 +259,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -248,7 +248,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A15/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A15/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -272,7 +272,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5x/AC6 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5x/AC6 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -259,7 +259,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -259,7 +259,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -253,7 +253,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M0/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M0/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M0/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M0/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -253,7 +253,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M3/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M3/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M3/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M3/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -253,7 +253,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M4/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M4/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M4/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M4/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -253,7 +253,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M7/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M7/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M7/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M7/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -251,7 +251,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R4/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R4/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R4/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R4/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R5/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R5/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R5/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R5/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -256,7 +256,7 @@ VOID outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Generic Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Generic Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
@ -257,7 +257,7 @@ ULONG outpl(ULONG,ULONG);
|
||||
|
||||
#ifdef UX_SYSTEM_INIT
|
||||
CHAR _ux_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Linux/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Linux/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user