docs.rs failed to build stm32h7xx-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
STM32H7 Rust
A template for building applications for ARM Cortex-M7 STM32H7xx Microcontrollers.
Dependencies
- Rust nightly toolchain
- ARM Cross Compiler (arm-none-eabi-gcc)
Building
Install the rust-std component for your target, if you haven't done so already
$ rustup target add thumbv7em-none-eabihf
Build the application:
$ cargo build --release