Showing changes from revision #2 to #3:
Added | Removed | Changed
Current status: stable
Last stable version: 0.04
The RTSupport module provides facilities supporting real-time code, at a priority just below that of the interrupt dispatch system, and above that of any SWIs being handled by the foreground application. Multiple priority levels are supported, so routines with tighter timing constraints can pre-empt other real-time routines. Code can be designed either using a
callback model (where the system makes a function call to your entry point) or using a thread model (where the rest of the system gets CPU time while your thread sleeps).
The full specification specifications for this module can be foundhere.
Place the module into your PreDesk directory.
There are no known issues with this component at present. If you find a problem, please add a ticket then edit this page to include a link to the ticket details.
This page was created by ROOL but it is intended that members of the community keep it up to date by adding their comments and notes.
Click here for more information on how to edit these pages.
Release history for versions available on the ROOL web site:
Version | Details |
---|---|
0.04 | Initial release |