3 unstable releases

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

#1010 in Embedded development

Download history 2/week @ 2024-02-14 10/week @ 2024-02-21 9/week @ 2024-02-28 4/week @ 2024-03-06 3/week @ 2024-03-13 3/week @ 2024-03-20 38/week @ 2024-03-27 50/week @ 2024-04-03

91 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
~102K SLoC