Compatibility Kit for OSEK Users by Express LogicCompatibility Kit OverviewThe OSEK Compatibility Kit is designed for current OSEK users. The kit defines the basic OSEK services, with some limitations, and utilizes ThreadX® primitives underneath. The new OSEK 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 actual ThreadX primitives are used instead of OSEK services. Compatibility Kit SourceThe Compatibility Kit source code is designed for simplicity and is comprised of only two files, namely tx_osek.h and tx_osek.c. The tx_osek.h file defines all the necessary OSEK constants and Subroutine prototypes, while tx_osek.c contains the actual OSEK compatibility source. These Compatibility Kit source files are common to all ThreadX support packages. Compatibility Kit DocumentationThe Compatibility Kit User Guide provides an overview of the porting process, including various caveats and pitfalls to watch out for. In addition, each covered OSEK Subroutine is documented, including information about supported/unsupported options, limitations, deviations, and suggestions on how to workaround any limitations. Compatibility Kit ServicesThe current release of the Compatibility Kit includes support of the following calls: Task related Subroutines:CreateTask, ActivateTask, GetTaskID, TerminateTask, DeleteTask, ChainTask, GetTaskState Resource related Subroutines:CreateResource, GetResource, ReleaseResource, DeleteResource Event related Subroutines:SetEvents, ClearEvent, GetEvent, WaitEvent Interrupt related Subroutines:EnableInterrupt, DisableInterrupt, GetInterruptDescriptor Counter related Subroutines:InitCounter, GetCounterValue, CreateCounter, DeleteCounter Alarm related Subroutines:CreateAlarm, GetAlarmBase, SetAbsAlarm, SetRelAlarm, CancelAlarm, GetAlarm, DeleteAlarm COM related Subroutines:Complete COM and CAN support is coming soon! Compatibility Kit Error HandingThere is one "error handling" function defined in tx_osek.c and used throughout the Compatibility Kit, as follows: osek_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 SystemThe file osek_demo.c contains a demonstration system that utilizes OSEK services. This Demo application will demonstrate some of the basic OS objects of OSEK such as: Tasks, Events, and Resources. This demo application should be used as an example of how to integrate the Compatibility Kit into your application. Future Compatibility Kit PhasesPlease get in touch with us for next phases of this Compatibility Kit, including the upcoming COM/CAN support. TrademarksThreadX is a registered trademark of Express Logic,
Inc., OSEK Compatibility Kit is a trademark of Express Logic, Inc. |

