3 unstable releases

0.2.0 Aug 7, 2022
0.1.1 Jun 17, 2021
0.1.0 Jun 17, 2021

#990 in Embedded development

26 downloads per month
Used in 2 crates

MIT license

4KB

bern-conf

Bern RTOS default configuration.

Documentation

License


lib.rs:

Bern RTOS kernel configuration.

This is the default kernel config. To apply your own config clone the this crate into your project and apply a cargo path to override the default config:

# `Cargo.toml`
[patch.crates-io]
bern-conf = { path = "conf" }

Example Configuration

Dependencies

~4–5.5MB
~103K SLoC