ThreadX Real-Time OS 产品特色 Small Footprint: The minimal footprint of ThreadX is as small as 2.5KB on CISC processors.
Easy To Use: Simply include the TX_API.H file in the application software and link the application objects with the ThreadX library. The resulting image is ready for execution.
No Mysteries: ThreadX is delivered with complete C and assembly source code so you can see exactly how ThreadX operates.
Advanced Features:
Threads
Application Timers
Message Queues
Counting Semaphores
Mutexes
Event Flags
Block Memory Pools
Byte Memory Pool
Preemption-Threshold: Preemption-threshold allows the application to disable preemption over ranges of priorities instead of disabling preemption of the entire system.
Priority Inheritance: Another tool for battling un-deterministic priority inversion is the priority inheritance feature found in the