cortex-m-rt 0.7.5

Minimal runtime / startup for Cortex-M microcontrollers
Documentation
1
2
3
4
5
6
7
# How to run

To run the compile tests, use the following command on the root of the project:

```
cargo test --package cortex-m-rt --test compiletest --features device
```