bern-kernel 0.3.0

Preemptive real-time kernel for microcontrollers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Hardware Integration Tests

Hardware integrations tests for different microcontrollers.

## Prerequisites

- rust nightly toolchain
- `probe-run`
    - enable probe-run in `.cargo/conf`
- a serial terminal

## Usage

Compile, program and run a test, e.g.:
```sh
cargo test --test=arm_cm4-task
```