Skip to main content

Eclipse ThreadX: More Predictable; More Open

Last week, the Eclipse ThreadX project announced the release of ThreadX v6.4.3.202503. The version number may appear unusual at first glance; the new suffix simply designates this release as part of our Q3 2025 cycle.

While this may seem like a minor adjustment, it represents a significant milestone for the project team. With this release, Eclipse ThreadX is transitioning to a quarterly release cadence, enabling us to deliver updates and improvements on a more predictable schedule.

In keeping with our commitment to openness and transparency, we will also begin publishing and maintaining a public roadmap outlining our planned work.

Read on for the complete details.

Release Cadence

Going forward, we will publish ThreadX and its companion components at the end of each quarter. To make it easier to track when a specific release is published, we will now add this information to the end of the version string.

For example, at the time of writing, the latest ThreadX release was ThreadX 6.4.2. In the new quarterly release model, the next release of ThreadX will thus be ThreadX 6.4.3.202503.

Throughout the quarter, we will accumulate fixes and new features in the dev branch of the project’s core repositories. The dev branch will be merged into the main (master) branch at the time of the release.

This simple diagram illustrates the strategy.

Time --------------------------------------------------------------->

          |   |     |     |     |

          v   v     v     v     v

dev    ---*---*-----*-----*-----*----------------------------------->

                                       | Merge

                                       v

main   --*-----------------------------*---------------------------->

        current: v6.4.2        (quarterly release: Q3 2025)

                                        \

                                         \

                                          *

                                           tag: v6.4.3.202503_rel(on main)


If fixes for security vulnerabilities must be published urgently before the next quarterly release, we will create a hotfix branch on the latest available release and will merge the fixes into master. For example, if such urgent fixes were needed after ThreadX 6.4.3.202503 is published, we would publish v6.4.3.202503a to address them.

Naturally, hotfix releases could be published to address broken builds and other technical issues with the code. 

Public Roadmap

Over the last six months, we have been utilising a GitHub project to plan our work and track our progress. We have decided to make that project public. You will find it here. The items in the “In discussion” column of our Kanban board are issues or new feature proposals that are under evaluation by the core project team, but for which we have not yet confirmed or committed.

I encourage you to submit ideas for new features by creating issues describing your proposals. Do not forget to apply the “feature” label!

Contributors needed

Our team is still small, and we have many tasks to complete. If you are an experienced ThreadX developer or simply a seasoned embedded C developer, we need your help! Just send me an email mentioning your experience and where you would like to contribute.

Let’s grow ThreadX together. See you in December for our Q4 release!

Comments

Popular posts from this blog

Eclipse ThreadX: Charting our course for 2025

On November 21, 2023, Microsoft announced that it was contributing Azure RTOS to the Eclipse Foundation, which gave birth to the Eclipse ThreadX project . Since then, the project team and Eclipse Foundation staff have been working tirelessly behind the scenes to transition ThreadX to a true community-driven open source project and ensure its continued certification for safety-critical applications. In this short post, I will review the major milestones of that first year and share what to expect from the team in 2025. ThreadX v6.4.1 On February 28, 2024, the ThreadX project released version 6.4.1 of ThreadX and its companion modules. This release, the first made under the Eclipse Foundation development process, completed the transition of ThreadX to open source. From a technical standpoint, there were no changes from the prior 6.4.0 release. And yet, v6.4.1 represents a significant milestone. The Eclipse Foundation intends to certify ThreadX v6.4.1 for safety-critical applications. Yo...

Eclipse IDE for Embedded Developers Now Runs on the Raspberry Pi!

The Eclipse IDE is the project that started it all for the Eclipse Foundation . From the beginning, Eclipse IDE was meant to run on multiple platforms; it now supports Linux, Mac OS and Microsoft Windows. Since it is written in Java, it also supports multiple processor architectures. However, support for 32-bit architectures has been dropped in version 2018-12. This meant recent versions of the IDE would not run on the Raspberry Pi anymore. The introduction of the Raspberry Pi 4 in June 2019 gave hope to Eclipse on Pi fans. With its 64-bit quad core ARM Cortex-A72, the Pi 4 was a good hardware platform to work with. It became even more attractive in May 2020, with the introduction of the 8Gb variant. The Eclipse community took notice of those developments. Version 2020-09 of Eclipse IDE now ships with experimental support for 64-bit ARM (aarch64) on Linux.  Those developments mean embedded and IoT developers can now work on the Raspberry Pi 4 by installing the plugins provided by ...

2025 Embedded and IoT Developer Survey: 10th Time is the Charm

The 2025 edition of the Eclipse Embedded and IoT developer survey is now underway! Take the survey now – it only takes a few minutes. Your insights and opinions will help shape the future of Embedded and IoT systems. Let's make a difference together! Although our public archives only date back to 2019 , the Eclipse Foundation has been conducting this survey in one form or another since 2015. To my knowledge, it is the only one of its kind managed by an open source community. Your participation in this survey is not just a contribution, but a vital part of the open source community's growth. Moreover, all of our survey reports are made available under the CC BY 4.0 license , meaning that you can freely share and adapt them simply by giving appropriate credit. In other words, your participation in the survey benefits not just commercial interests, but the entire open source community. As usual, the survey will gather precious data on embedded microcontroller architectures, commu...