Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 872 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 872 Bytes

Examples for my Oxidize Global 2020 talk on RTIC

Slides can be found here: Link to slides

Prerequisites

The examples herein are written for the STM32L412 Nucleo-64 board. So to run these examples straight of, you need one of these boards.

Moreover you need the following dependencies:

rustup target add thumbv7em-none-eabihf
cargo install cargo-embed

Running examples

Start Visual Studio Code and hit Ctrl + Shift + B to get a list of the examples. Select one to run that example.


License

Licensed under either of

at your option.