RISC OS Open

RISC OS  OPEN


A fast and easily customised operating system for devices using ARM processor cores.

Documentation: Software information: RTSupport

Status

Current status: stable

Last stable version: 0.04

Overview

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 for this module can be found here.

Installation Instructions

Place the module into your PreDesk directory.

Known issues

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.

How to update this page

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.

History of the component

Release history for versions available on the ROOL web site:

Version Details
0.04 Initial release
   .