Support my work ♥

Rust Embedded Edition 2018 - Rust Zürichsee

Raphael (@rnstlr) gave a great talk about how embedded development works in Rust today. Since Rust 1.31 stabilized so much he had to port all of the example code within the last days to stable.

All the slides are on our Zürichsee website.

The examples run on a STM32F3DISCOVERY board. To follow the slides make sure you have the following tools available:

  • rustup: http://rustup.rs
  • latest stable rust toolchain: rustup install stable
  • The Cortex-M4 target: rustup target add thumbv7em-none-eabihf
  • openocd: http://openocd.org/
  • arm-none-eabi-gdb

links

social