- Small-footprint (small as 2KB, automatic scaling)
- Fast execution (sub microsecond context switch)
- Supports all popular processors and tools (see below)
- TraceX system analysis support
- Advanced Technology:
- Preemption-Threshold™
- Event Chaining™
- Performance Metrics
- Execution Profiling
- Run-time and Static Stack Analysis
- Multicore Support (SMP and AMP)
- Downloadable Application Modules
- Memory Protection for Downloadable Application Modules
- Extensive ThreadX ecosystem
- Safety Certifications (DO-178B, FDA510(k), IEC61508, etc)
- Deployed in over 1,000,000,000 devices
- Full Source Code
- Royalty-Free
- ARM
- Atmel
- BlackFin
- CEVA-TeakLite-III
- ColdFire/68K
- Critical Link MityDSP/MityARM
- Energy Micro EFM32
- Freescale
- Fujitsu FM3
- G-Series
- Hitachi H8/300H
- Infineon XMC
- Leon3
- M-CORE
- MicroBlaze
- Microchip PIC24/dsPIC
- Microchip PIC32
- MIPS
- Nios II
- NXP
- Power Architecture
- Renesas RX
- Renesas SH
- Renesas V8xx
- SHARC
- ST Microelectronics STM32
- StarCore
- StrongARM
- Synopsys ARC
- TI ARM
- TI MSP430
- TMS320C54x
- TMS320C6x
- Univers A2P
- Win32
- x86/x386
- Xilinx ARM
- XScale
- Xtensa/Diamond
Compatibility for uiTRON
Compatibility Kit for uITRON Users
Compatibility Kit Overview
The uITRON Compatibility Kit is designed for current uITRON customers. The kit defines the basic uITRON services, with some limitations, and utilizes ThreadX® primitives underneath. The new uITRON compatibility layer should have very high performance, since the Compatibility Kit utilizes internal ThreadX primitives and bypasses basic ThreadX error checking. However, the application will achieve even greater performance and size benefits if a complete conversion to ThreadX is performed.
Express Logic also offers a certified, full implementation of uITRON version 4.0, including dynamic allocation. Please contact us if you are interested in this version. The following information on this page pertains to our free version that is available for all ThreadX licensees.
Compatibility Kit Source
The Compatibility Kit source code is designed for simplicity and is comprised of only two files, namely tx_uitron.h and tx_uitron.c. The tx_uitron.h file defines all the necessary uITRON constants and Subroutine prototypes, while tx_uitron.c contains the actual uITRON compatibility source. These Compatibility Kit source files are common to all ThreadX support packages.
Compatibility Kit Documentation
The Compatibility Kit User Guide provides an overview of the porting process, including various caveats and pitfalls to watch out for. In addition, each covered uITRON Subroutine is documented, including information about supported/unsupported options, limitations, deviations, and suggestions on how to workaround any limitations.
Compatibility Kit Services
The current release of the Compatibility Kit supports the following calls:
Task related Subroutines:
cre_tsk, del_tsk, sta_tsk, ext_tsk, exd_tsk, ter_tsk, dis_dsp, ena_dsp, chg_pri, rot_rdq, rel_wai, get_tid, ref_tsk, sus_tsk, rsm_tsk, frsm_tsk, slp_tsk, tslp_tsk, wup_tsk, can_wup
Semaphore related Subroutines:
cre_sem, del_sem, sig_sem, wai_sem, preq_sem, twai_sem, ref_sem
Event related Subroutines:
cre_flg, del_flg, set_flg, clr_flg, wai_flg, pol_flg, twai_flg, ref_flg
Mailbox related Subroutines:
cre_mbx, del_mbx, snd_msg, rcv_msg, prcv_msg, trcv_msg, ref_mbx
Message Buffer related Subroutines:
cre_mbf, del_mbf, snd_mbf, psnd_mbf, tsnd_mbf, rcv_mbf, prcv_mbf, trcv_mbf, ref_mbf
Memory related Subroutines:
cre_mpl, del_mpl, get_blk, pget_blk, tget_blk, rel_blk, ref_mpl,
cre_mpf, del_mpf, get_blf, pget_blf, tget_blf, rel_blf, ref_mpf
Timer related Subroutines:
get_tim, set_tim, dly_tsk, def_cyc, act_cyc, ref_cyc, def_alm, ref_alm,
ret_tmr
Compatibility Kit Error Handing
There is one "error handling" function defined in tx_uITRON.c and used throughout the Compatibility Kit, as follows:
eku_internal_error
In general this routine is called when a basic usage error occurs. This may be used as a place to catch errors that are not detected if the application source is not checking the return status. The default processing for this routine is a simple spin loop.
Demonstration System
The file eku_demo.c contains a demonstration system that utilizes uITRON services. This Demo application will demonstrate some of the basic OS objects of uITRON such as: Task, Event Flags, Semaphore, and Message Buffers. This demo application should be used as an example of how to integrate the Compatibility Kit into your application.
Future Compatibility Kit Phases
Please get in touch with us for next phases of this Compatibility Kit.
Trademarks
ThreadX is a registered trademark of Express Logic, Inc., uITRON Compatibility Kit is a trademark of Express Logic, Inc.

