Skip to content

Eclipse ThreadX GUIX v6.5.0.202601

Latest

Choose a tag to compare

@fdesbiens fdesbiens released this 06 Mar 23:26
· 1 commit to dev since this release
aaa38f3

This release bundles a number of small fixes in the GUIX library. No changes were made to GUIX Studio.

Important notice about version numbers

In the past, new versions of ThreadX and its companion components (NextX Duo, USBX, FileX, GUIX, LevelX) were published only when there were changes to the codebase. This led to discrepancies in version numbers across components. The Eclipse Foundation security team recommended that we move away from this approach, as it makes it harder to track things from a cybersecurity standpoint.

Going forward, we will keep version numbers aligned by publishing a new version of every component every quarter — whether there have been changes to the codebase or not. The release notes will clearly state if a specific release is simply a version number update.

Vulnerabilities addressed

No new vulnerabilities were addressed in this release. You can access advisories for previously addressed vulnerabilities here.

What's Changed

  • Fixed "variable "brush_alpha" was set but never used" warning when GX_BRUSH_ALPHA_SUPPORT is undefined by @parsley in #140
  • Fixed issue where IAR compiler cannot find associated function prototype when function parameter is empty by @parsley in #141
  • Added missing include guard by @parsley in #142
  • Fixed missing configuration check "#ifdef GX_BINARY_RESOURCE_SUPPORT" by @parsley in #143
  • Replaced _gx_system_lock and _gx_system_unlock with defines by @parsley in #144
  • Fixed missing configuration check "#if (GX_ANIMATION_POOL_SIZE > 0)" by @parsley in #145
  • Updated copyright headers/version number and removed version history by @fdesbiens in #146

New Contributors

Full Changelog: v6.4.5.202504_rel...v6.5.0.202601_rel