标题 | 简介 | 类型 | 公开时间 | ||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
详情 | |||||||||||||||||||||||||||
[SAFE-ID: JIWO-2025-1737] 作者: ecawen 发表于: [2018-08-16]
本文共 [620] 位读者顶过
ThreadX, developed and marketed by Express Logic of San Diego, California, United States, is a highly deterministic, embedded real-time operating system (RTOS) written mostly in the C (programming language). The author of ThreadX (as well as the original author of the Nucleus RTOS in 1990) is William Lamie [1], who is the President and CEO of Express Logic. [出自:jiwo.org] The name ThreadX is derived from the fact that threads 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, picokernel design, event-chaining, fast software timers, and compact size. The minimal footprint of ThreadX on an ARM processor is on the order of 2KB. ThreadX supports multi-core environments in either AMP or SMP fashion. Application thread isolation with MMU or MPU memory protection is available with ThreadX Modules. ThreadX has extensive safety certifications from TUV and UL and is MISRA C compliant. ThreadX is the foundation of Express Logic's X-Ware IoT Plaform, which also includes embedded file support (FileX), embedded UI support (GUIX), embedded TCP/IP and cloud connectivity (NetX/NetX Duo), and USB support (USBX). ThreadX has won high appraisal from developers and is a very popular RTOS[2]. According to the marketing research firm VDC Research, the ThreadX RTOS has been deployed in over 6.2 billion devices (as of 2017), ranging from consumer electronics, medical devices, data networking applications, and SoCs.[3] ThreadX is distributed using a marketing model in which source code is provided and licenses are royalty-free. ContentsSupported Platforms[edit]
History[edit]ThreadX was first introduced in 1997. ThreadX 4 was introduced in 2001 and ThreadX 5 was introduced in 2005. ThreadX 5 is the current version of ThreadX. In 2013 ThreadX achieved TUV IEC 61508 safety certification and in 2014 ThreadX achieved UL 60730 certification. ThreadX SMP for SMP multi-core environments was introduced in 2009. ThreadX Modules was introduced in 2011. 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. GUIX - the embedded UI for ThreadX was introduced in 2014. ThreadX has become one of the most popular RTOSes in the world, with over 6.2 billion deployments per a VDC Research study in 2017. Technology[edit]ThreadX implements a priority-based, preemptive scheduling algorithm with a proprietary feature called preemption-threshold. Preemption-threshold has been shown to provide greater granularity within critical sections, reduce context switches, and has been the subject of academic research on guaranteeing scheduling[4]. ThreadX provides a unique construct called event chaining [5], where the application can register a callback function on all 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 support in either AMP or SMP fashion. Application code isolation is available through ThreadX Modules component. Major components[edit]ThreadX RTOS components include:
Embedded File System[edit]FileX is the embedded file system for ThreadX. FileX supports FAT 12, 16, 32, and exFAT formats. exFAT format extends FAT file sizes beyond 4GB in size, which is especially useful for video files. Note that exFAT format also requires license directly from Microsoft for use. FileX also offers fault tolerance and supports direct NOR and NAND flash media through a flash wear leveling product called LevelX. Embedded Graphical User Interface[edit]GUIX is the embedded UI for ThreadX. GUIX provides a 2D run-time environment for embedded applications running ThreadX. GUIX supports multiple displays with a variety of screen resolutions and color depths. An extensive amount of pre-defined widgets are available. A Windows WYSIWYG host tool called GUIX Studio automatically generates C code for GUIX to execute at run-time. 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 [6]. Embedded USB[edit]USBX is the embedded 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 pre-certified by SGS-TUV 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 pre-certified 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 Packaging[edit]As of 2017, ThreadX is now packaged as part of X-Ware IoT Platform in full source code and with no run-time royalties. Products Using ThreadX[edit]Some high profile products using ThreadX range from small wearable devices, to HP printers, and even NASA’s Deep Impact Space probe [7]. See also[edit]References[edit]
External links[edit]
|