Adding stm32f7_staging library as a dependency

Run this command in a terminal, in your project's directory:

cargo add stm32f7-staging

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

stm32f7-staging = "0.18.1"

The stm32f7_staging library will be automatically available globally. Read the stm32f7_staging library documentation.

Back to the crate overview.