Slides can be found here: Link to slides
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
Start Visual Studio Code and hit Ctrl + Shift + B
to get a list of the examples.
Select one to run that example.
Licensed under either of
-
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
-
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.