Skip to content

Commit 4dca553

Browse files
authored
Merge pull request #124 from eclipse-threadx/dev
Version 6.4.2
2 parents ec4683b + 170d7a5 commit 4dca553

File tree

79 files changed

+3101
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+3101
-24
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ install_manifest.txt
1111
compile_commands.json
1212
CTestTestfile.cmake
1313

14+
/guix_studio/build/vs_2022/.vs/studiox
15+
/guix_studio/build/vs_2022/Debug
16+
/guix_studio/build/vs_2022/Release
17+
/guix_studio/studiox.aps
18+
*.user

common/inc/gx_api.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@
117117
/* 03-01-2024 Ting Zhu Modified comment(s), */
118118
/* updated patch version, */
119119
/* resulting in version 6.4.1 */
120+
/* 02-19-2025 Frédéric Desbiens Modified comment(s), */
121+
/* update version number, */
122+
/* resulting in version 6.4.2 */
120123
/* */
121124
/**************************************************************************/
122125

@@ -140,7 +143,7 @@ extern "C" {
140143
#define AZURE_RTOS_GUIX
141144
#define GUIX_MAJOR_VERSION 6
142145
#define GUIX_MINOR_VERSION 4
143-
#define GUIX_PATCH_VERSION 1
146+
#define GUIX_PATCH_VERSION 2
144147

145148
/* The following symbols are defined for backward compatibility reasons.*/
146149
#define __PRODUCT_GUIX__

guix_studio/StudioXProject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define PROJECT_VERSION 56
1111

1212
// Sequential number of studio version
13-
#define STUDIOX_VERSION_NUMBER 0
13+
#define STUDIOX_VERSION_NUMBER 461
1414

1515
/* This enabled checking if the project was created by a newer version of Studio.
1616
Turn this off for testing when the Studio version number is not accurate

guix_studio/build/vs_2022/guix_for_studiox.vcxproj

Lines changed: 1023 additions & 0 deletions
Large diffs are not rendered by default.
9.45 KB
251 Bytes
291 Bytes
338 Bytes
389 Bytes
792 Bytes

0 commit comments

Comments
 (0)