Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Overview  





2 Supported platforms  





3 History  





4 Technology  





5 Major components  



5.1  Embedded file system  





5.2  Embedded graphical user interface  





5.3  Embedded networking  





5.4  Embedded USB  





5.5  Safety certification  





5.6  Packaging  







6 Products using it  





7 See also  





8 References  





9 External links  














ThreadX






Català
Español


Русский

 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


Eclipse ThreadX
DeveloperExpress Logic (original)
Microsoft (former)
Eclipse Foundation (current)
Written inC
Working stateCurrent
Source modelOpen source
Initial release1997; 27 years ago (1997)
Latest release6.4.1[1] / February 28, 2024; 4 months ago (2024-02-28)
Repositorygithub.com/eclipse-threadx/threadx/
Marketing targetEmbedded systems, IoT: including sensors, devices, edge routers, gateways
Update methodRe-install
Package managerNone
PlatformsARC, ARM, Blackfin, CEVA, C6x, MIPS, NXP, PIC, PowerPC, RISC-V, RX, SH, SHARC, TI, V850, Xtensa, x86, Coldfire, others
Kernel typeEmbedded, deterministic, real-time microkernel, picokernel
Default
user interface
Embedded UI support (GUIX)
LicenseMIT License
Official websitethreadx.io

Eclipse ThreadX (formerly named Azure RTOS and ThreadX) is a highly deterministic, embedded real-time operating system (RTOS) programmed mostly in the language C.

Overview[edit]

ThreadX was initially developed and marketed by Express Logic of San Diego, California, United States. The author of ThreadX is William Lamie,[2] who was also the original author of the Nucleus RTOS in 1990. William Lamie was President and CEO of Express Logic.

Express Logic was purchased for an undisclosed sum by Microsoft on April 18, 2019 and renamed it to Azure RTOS.[3] On November 21, 2023, Microsoft announced Azure RTOS would be transitioning to an open source model under the stewardship of the Eclipse Foundation, and making the project available under the permissive MIT License.[4] With Eclipse Foundation as the new home, Azure RTOS was renamed to Eclipse ThreadX, or "ThreadX" in its short form.

The name ThreadX is derived from the threads that are used as the executable elements, and the letter X represents context switching, i.e., it switches threads. ThreadX provides priority-based, preemptive scheduling, fast interrupt response, memory management, interthread communication, mutual exclusion, event notification, and thread synchronization features. Major distinguishing technology characteristics of ThreadX include preemption-threshold, priority inheritance, efficient timer management, fast software timers, picokernel design, event-chaining, and small size: minimal size on an ARM architecture processor is about 2 KB.

ThreadX supports multi-core processor environments via either asymmetric multiprocessing (AMP) or symmetric multiprocessing (SMP). Application thread isolation with memory management unit (MMU) or memory protection unit (MPU) memory protection is available with ThreadX Modules.

ThreadX has extensive safety certifications from Technischer Überwachungsverein (TÜV, English: Technical Inspection Association) and UL (formerly Underwriters Laboratories) and is Motor Industry Software Reliability Association MISRA C compliant.

ThreadX is the foundation of Express Logic's X-Ware Internet of things (IoT) platform, which also includes embedded file system support (FileX), embedded UI support (GUIX), embedded Internet protocol suite (TCP/IP) and cloud connectivity (NetX/NetX Duo), and Universal Serial Bus (USB) support (USBX). ThreadX has won high appraisal from developers and is a very popular RTOS.[5] As of 2017, according to marketing research firm VDC Research, the ThreadX RTOS has become one of the most popular RTOSes in the world, having been deployed in over 6.2 billion devices, including consumer electronics, medical devices, data networking applications, and SoCs.[6]

Supported platforms[edit]

  • CM4xx
  • Precision Microcontrollers
  • SHARC
  • ULP Microcontrollers
  • History[edit]

    ThreadX was first introduced in 1997. ThreadX 4 was introduced in 2001. ThreadX 5 was introduced in 2005, and is the latest version as of 2020.

    FileX – the embedded file system for ThreadX was introduced in 1999.

    NetX – the embedded TCP/IP networking stack for ThreadX was introduced in 2002.

    USBX – the embedded USB support for ThreadX was introduced in 2004.

    ThreadX SMP for SMP multi-core environments was introduced in 2009.

    ThreadX Modules was introduced in 2011.

    ThreadX achieved safety certifications for: TÜV IEC 61508 in 2013, and UL 60730 in 2014.

    GUIX – the embedded UI for ThreadX was introduced in 2014.

    Express Logic was purchased for an undisclosed sum by Microsoft on April 18, 2019.[3]

    Technology[edit]

    ThreadX implements a priority-based, preemptive scheduling algorithm with a proprietary feature called preemption-threshold. The latter has been shown to provide greater granularity within critical sections, reduce context switches, and has been the subject of academic research on guaranteeing scheduling.[7]

    ThreadX provides a unique construct called event chaining,[8] where the application can register a callback function on all application programming interfaces (APIs) that can signal an external event. This helps applications chain together various public objects in ThreadX such that one thread can effectively block on multiple objects.

    ThreadX also provides counting semaphores, mutexes with optional priority inheritance, event flags, message queues, software timers, fixed sized block memory, and variable sized block memory. All APIs in ThreadX that block on resources also have an optional timeout.

    ThreadX offers multi-core processor support via either AMP or SMP. Application code isolation is available through ThreadX Modules component.

    Major components[edit]

    ThreadX RTOS components include:

    1. Embedded file system
    2. Embedded graphical user interface
    3. Embedded networking
    4. Embedded USB
    5. Safety certification
    6. Packaging

    Embedded file system[edit]

    FileX is the embedded file system for ThreadX. FileX supports FAT12, 16, 32, and exFAT formats. The latter extends FAT file sizes beyond 4 GB, which is especially useful for video files, and it requires license directly from Microsoft for use. FileX also offers fault tolerance and supports direct NOR and NAND flash memory media through a flash wear leveling product called LevelX.

    Embedded graphical user interface[edit]

    GUIX is the embedded graphical user interface (GUI) for ThreadX. GUIX provides a 2D runtime system (environment) for embedded applications running ThreadX. GUIX supports multiple display devices with a variety of screen resolutions and color depths. Many predefined graphical widgets are available. A Windows WYSIWYG host tool called GUIX Studio automatically generates C code for GUIX to execute at runtime.

    Embedded networking[edit]

    NetX Duo is the embedded TCP/IP system for ThreadX. NetX Duo supports both IPv4 and IPv6 networking along with protocols such as ARP, Auto IP, DHCP, DNS, DNS-SD, FTP, HTTP, ICMP, IGMP, mDNS, POP3, PPP, PPPoE, RARP, TFTP, SNTP, SMTP, SNMP, and TELNET. IP layer network security is provided by IPsec. TCP and UDP socket layer security is provided by TLS and DTLS, respectively. IoT Cloud protocol support includes CoAP, MQTT, and LWM2M. NetX Duo also supports Thread and 6LoWPAN. In 2017, ThreadX and NetX Duo became a Thread Certified Product.[9]

    Embedded USB[edit]

    USBX is the embedded Universal Serial Bus (USB) system for ThreadX. USBX supports both host and device. Host controller support includes EHCI, OHCI, and proprietary USB host controllers. USBX also supports OTG. USBX class support includes Audio, Asix, CDC/ACM, CDC/ECM, DFU, GSER, HID, PIMA, Printer, Prolific, RNDIS, and Storage.

    Safety certification[edit]

    ThreadX (and FileX and NetX Duo) have been precertified by SGS-TÜV Saar to the following safety standards: IEC 61508 SIL 4, IEC 62304 Class C, ISO 26262 ASIL D, and EN 50128 SW-SIL 4.

    ThreadX (and FileX and NetX Duo) have been precertified by UL to the following safety standards: UL/IEC 60730, UL/IEC 60335, UL 1998

    ThreadX has also been certified to DO-178 standards by various military and aerospace companies. It is supported by popular Transport Layer Security (SSL/TLS) libraries such as wolfSSL.[10]

    Packaging[edit]

    As of 2017, ThreadX is packaged as part of X-Ware IoT Platform in full source code and with no runtime royalty payment.

    Products using it[edit]

    Some high-profile products using ThreadX range from small wearable devices, to Hewlett-Packard printers, and even NASA’s Deep Impact space probe.[11]

    The Raspberry Pi line of single-board computers runs ThreadX as a binary blob on the graphics processing unit (GPU). This controls initial booting, which in turn is used to boot secondary operating systems such as Linux, and continues to operate in a more privileged role even after the boot process.[12]

    See also[edit]

    References[edit]

    1. ^ "Releases · eclipse-rtos/Threadx". GitHub.
  • ^ Cole, Bernard; McConnel, Toni (September 3, 2010). "Bill Lamie: Story of a man and his real-time operating systems". Embedded. AspenCore.
  • ^ a b Janakiram, MSV (April 21, 2019). "How Does The Express Logic Acquisition Help Microsoft and the IoT Ecosystem". Forbes.
  • ^ "Microsoft Contributes Azure RTOS to Open Source". Microsoft. Retrieved 23 November 2023.
  • ^ Carbone, John. "High Performance RTOS "ThreadX": Express Logic: Enabling Shorter Time to Market and Reduced Development Cost". Renesas.
  • ^ "IoT & Embedded Operating Systems". VDC Research. Retrieved 2018-07-31.
  • ^ Wang, Yun; Saksena, Manas. "Scheduling Fixed-Priority Tasks with Preemption Threshold" (PDF). Department of Computer Science. University of Utah.
  • ^ "Event Chaining Enables Real-Time Systems to Respond to Multiple Real-Time Events More Efficient" (PDF). Express Logic.
  • ^ "Thread Certified Products". Thread Group. Archived from the original on 2018-06-14. Retrieved 2018-01-11.
  • ^ "wolfSSL with Improved ThreadX/NetX Support". wolfSSL. 2018-01-16. Retrieved 2019-02-13.
  • ^ "NASA's "Deep Impact" employs embedded systems to score bullseye 80 million miles away". Military Embedded Systems.
  • ^ nachoparker (February 2, 2019). "What's Wrong with the Raspberry Pi". Own Your Bits. Archived from the original on 2022-05-31. Retrieved 2024-03-09.
  • External links[edit]


    Retrieved from "https://en.wikipedia.org/w/index.php?title=ThreadX&oldid=1225112818"

    Categories: 
    1997 software
    Microkernel-based operating systems
    Microkernels
    Microsoft operating systems
    Real-time operating systems
    Assembly language software
    Hidden categories: 
    Articles with short description
    Short description matches Wikidata
    Articles lacking reliable references from November 2010
    All articles lacking reliable references
    Short description is different from Wikidata
    Articles containing potentially dated statements from 2017
    All articles containing potentially dated statements
    Articles containing potentially dated statements from 2020
     



    This page was last edited on 22 May 2024, at 12:52 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki