bern-kernel

crates.io docs.rs book

Bern RTOS preemptive real-time kernel for microcontrollers written in Rust.

Documentation

The API Documentation is not up to date, please prefer the Bern RTOS Kernel Book for now.

Semantic Versioning

This project follows Semantic Versioning 2.0.0.

Currently the version is below 1.0.0 meaning that everything is very much unstable and the API could change completely.

Cargo Features

License

Supported Architectures

| Core Name | Architecture | Rust Target | |-----------|--------------|-------------| | ARM Cortex-M3 w/MPU | Armv7-M | thumbv7m-none-eabi | | ARM Cortex-M4 w/MPU | Armv7E-M | thumbv7em-none-eabi | | ARM Cortex-M7 w/MPU | Armv7E-M | thumbv7em-none-eabi |

Quickstart

sh,no_run cargo generate --git https://gitlab.com/bern-rtos/templates/cortex-m.git