mirror of
https://github.com/azure-rtos/usbx.git
synced 2025-01-14 06:43:05 +08:00
Merge pull request #141 from eclipse-threadx/bo-ms/update_version_id
Update version id string.
This commit is contained in:
commit
d085ede08e
@ -252,7 +252,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.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/GNU Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX ARM9/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/IAR Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-A15/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A15/GNU Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/GNU Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/IAR Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-A5x/AC6 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5x/AC6 Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/GNU Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/IAR Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-A8/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/GNU Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-A8/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/IAR Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX ARM9/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/GNU Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX ARM9/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/IAR Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-M0/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M0/GNU Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-M0/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M0/IAR Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-M3/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M3/GNU Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-M3/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M3/IAR Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-M4/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M4/GNU Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-M4/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M4/IAR Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-M7/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M7/GNU Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-M7/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M7/IAR Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-R4/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R4/GNU Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-R4/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R4/IAR Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-R5/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R5/GNU Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Cortex-R5/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-R5/IAR Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Generic Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Generic Version 6.4.0 *";
|
||||
#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) Microsoft Corporation. All rights reserved. * USBX Linux/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * USBX Linux/GNU Version 6.4.0 *";
|
||||
#else
|
||||
extern CHAR _ux_version_id[];
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user