AllanStark / k-os

An OSEK-VDX implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facts

  • True O(1)-Scheduling, i.e. zero clock cycles jitter.
  • Only a few hardware-dependencies, thus easy portable to other MCUs.
  • Low interrupt latency.
  • Supports all conformance classes.
  • Compact, highly configureable implementation, optimized for determinism.

USE-CASES:

  • Resource efficient hard-realtime systems in general.
  • Automotive ECUs.
  • Building automation controllers.
  • Sensor- / actuator-near controllers in industrial environments.

About

An OSEK-VDX implementation.

License:GNU General Public License v2.0


Languages

Language:Python 79.8%Language:C 13.4%Language:C++ 3.2%Language:GAP 2.4%Language:Assembly 0.8%Language:ANTLR 0.4%