Coder Social home page Coder Social logo

cmrx's Introduction

C Microkernel Realtime eXecutive

This is realtime, mickrokernel operating system with fully static operation currently targeted towards Cortex-M microcontrollers having usable support for MPU. Currently microcontrollers based on Cortex-M0+, Cortex-M3, Cortex-M4 and Cortex-M7 are known to be supported.

This operating system provides only several basic services needed to make things happen:

  • memory protection and isolation of processes
  • multi-threaded, multi-process scheduler

Additionally CMRX offers basic set of IPC features:

  • support for fast userspace mutexes
  • thread management: on demand creating, disposing and joining of other threads
  • signal delivery: threads can register signal handlers and other threads can send them signals
  • remote procedure call: kernel can dispatch call performed using interface and method ID and then provide result back to the caller.

In line with microkernel architecture, operating system itself does not offer any non-essential services. Instead of this, there is a mechanism, which allows implementation of various services and system calls using standalone processes, which are isolated from the rest of system.

CMRX does not offer any specific set of higher RTOS API. The only API (optional) CMRX offers is POSIX-compatible threading and signal API. Absence of any specific RTOS API is intentional. No defined higher API means, that on top of CMRX kernel, any API can be implemented, be it CMSIS-RTOS or OSEK OS.

cmrx's People

Contributors

ventzl avatar maniac0r avatar

Stargazers

Luis Soares avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.