Keil™, An ARM® Company

RTX166 Tiny Real-Time Kernel

Features

Following are just a few of the features of the RTX166 Tiny Real-Time Kernel.

  • RTX166 Tiny tasks are integrated into the C166 C Compiler language. The following example shows how tasks are declared.
    void display_task (void) _task_ 1
    {
    }
    
  • Kernel routines are provided by a library that is automatically included by the linker. All you must do is specify the RTX166TNY directive.
  • Interrupts may be used to trigger tasks or to start standard C166 interrupt functions.
  • RTX166 Tiny supports all C166 Compiler memory models.
  • RTX166 Tiny is royalty-free.