mirror of
https://github.com/azure-rtos/guix.git
synced 2025-01-14 06:43:20 +08:00
Update version to 6.4.1
This commit is contained in:
parent
bf30b3a598
commit
36193be688
@ -23,7 +23,7 @@
|
||||
/* APPLICATION INTERFACE DEFINITION RELEASE */
|
||||
/* */
|
||||
/* gx_api.h PORTABLE C */
|
||||
/* 6.4.0 */
|
||||
/* 6.4.1 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* Kenneth Maxwell, Microsoft Corporation */
|
||||
@ -114,6 +114,9 @@
|
||||
/* 12-31-2023 Ting Zhu Modified comment(s), */
|
||||
/* updated patch version, */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* 03-01-2024 Ting Zhu Modified comment(s), */
|
||||
/* updated patch version, */
|
||||
/* resulting in version 6.4.1 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
|
||||
@ -137,7 +140,7 @@ extern "C" {
|
||||
#define AZURE_RTOS_GUIX
|
||||
#define GUIX_MAJOR_VERSION 6
|
||||
#define GUIX_MINOR_VERSION 4
|
||||
#define GUIX_PATCH_VERSION 0
|
||||
#define GUIX_PATCH_VERSION 1
|
||||
|
||||
/* The following symbols are defined for backward compatibility reasons.*/
|
||||
#define __PRODUCT_GUIX__
|
||||
|
@ -11,7 +11,7 @@
|
||||
<Identity
|
||||
Name="Microsoft.AzureRTOSGUIXStudio"
|
||||
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
|
||||
Version="6.4.0.0" />
|
||||
Version="6.4.1.0" />
|
||||
|
||||
<Properties>
|
||||
<DisplayName>Eclipse ThreadX GUIX Studio</DisplayName>
|
||||
|
@ -7,7 +7,7 @@
|
||||
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
||||
AppId={{1D4932BC-ACD4-4292-9530-92C8BE2E58CF}
|
||||
AppName=GUIX Studio
|
||||
AppVersion=6.4.0.0
|
||||
AppVersion=6.4.1.0
|
||||
AppPublisher=Eclipse Foundation
|
||||
AppPublisherURL=https://threadx.io/
|
||||
AppSupportURL=https://threadx.io/
|
||||
@ -16,7 +16,7 @@ DefaultDirName={sd}\Eclipse_ThreadX\GUIX_Studio_6.4
|
||||
DefaultGroupName=Eclipse_ThreadX
|
||||
CloseApplications=no
|
||||
;LicenseFile=
|
||||
OutputBaseFilename=guix_studio_setup_version_6.4.0.0
|
||||
OutputBaseFilename=guix_studio_setup_version_6.4.1.0
|
||||
SetupIconFile=graphics\guix_1616icon.ico
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
@ -50,7 +50,7 @@ Name: "{group}\GUIX Studio 6.4\GUIX Studio"; Filename: "{app}\studio\GUIX_Studio
|
||||
Name: "{group}\GUIX Studio 6.4\GUIX Studio User's Guide"; Filename: "https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/guix/about-guix-studio.md"
|
||||
Name: "{group}\GUIX Studio 6.4\GUIX User's Guide"; Filename: "https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/guix/about-guix-studio.md"
|
||||
Name: "{group}\GUIX Studio 6.4\{cm:UninstallProgram,GUIX Studio}"; Filename: "{uninstallexe}"
|
||||
Name: "{commondesktop}\GUIX Studio 6.4.0.0"; Filename: "{app}\studio\GUIX_Studio.exe"; Tasks: desktopicon
|
||||
Name: "{commondesktop}\GUIX Studio 6.4.1.0"; Filename: "{app}\studio\GUIX_Studio.exe"; Tasks: desktopicon
|
||||
|
||||
[Registry]
|
||||
Root: HKCR; Subkey: ".gxp"; ValueType: string; ValueName: ""; ValueData: "GUIX_Studio_Project"; Flags: uninsdeletevalue; Tasks: associate
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARCv2_EM/MetaWare Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARCv2_EM/MetaWare Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARC_HS/MetaWare Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARC_HS/MetaWare Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/AC5 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/AC5 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX C6xxx/TI Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX C6xxx/TI Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -145,7 +145,7 @@ typedef unsigned char GX_UCHAR;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A15/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A15/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/AC5 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/AC5 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5x/AC6 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5x/AC6 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/AC5 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/AC5 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/AC5 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/AC5 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/AC5 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/AC5 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/AC5 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/AC5 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -142,7 +142,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/AC5 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/AC5 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -142,7 +142,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/KEIL Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/KEIL Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/AC5 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/AC5 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -142,7 +142,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/KEIL Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/KEIL Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/AC5 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/AC5 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -142,7 +142,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/AC5 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/AC5 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/AC6 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/AC6 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R5/AC5 Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R5/AC5 Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R5/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R5/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R5/IAR Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R5/IAR Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -143,7 +143,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Linux/GNU Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Linux/GNU Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -169,7 +169,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Win32/Visual Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Win32/Visual Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
@ -99,7 +99,7 @@ typedef SHORT GX_VALUE;
|
||||
|
||||
#ifdef GX_SYSTEM_INIT
|
||||
CHAR _gx_version_id[] =
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Win32/Standalone/Visual Version 6.4.0 *";
|
||||
"Copyright (c) 2024 Microsoft Corporation. * GUIX Win32/Standalone/Visual Version 6.4.1 *";
|
||||
#else
|
||||
extern CHAR _gx_version_id[];
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user