/stm32f4-md407

Board support create for the chalmers md407

Primary LanguageRustMIT LicenseMIT

stm32f4-md407

Board support crate for md407 board

Dependencies

To build embedded programs using this you'll need:

  • Rust 1.51 or newer toolchain
  • rust-std components (pre-compiled core crate) for the ARM Cortex-M target.
$ cargo install cargo-generate
$ rustup target add thumbv7em-none-eabi thumbv7em-none-eabihf

For more info on working with embedded Rust, see the Embedded Rust Book.