| Crates.io | stm32f7xx-hal |
| lib.rs | stm32f7xx-hal |
| version | 0.8.0 |
| created_at | 2019-11-05 23:03:12.850571+00 |
| updated_at | 2024-08-02 12:22:12.529751+00 |
| description | HAL for the STM32F7xx family of microcontrollers |
| homepage | |
| repository | https://github.com/stm32-rs/stm32f7xx-hal |
| max_upload_size | |
| id | 178445 |
| size | 554,771 |
stm32f7xx-halHAL for the STM32F7 family of microcontrollers
This crate is largely inspired by the awesome work done here:
This crate supports multiple microcontrollers in the
stm32f7 family. Which specific microcontroller you want to build for has to be
specified with a feature, for example stm32f767.
If no microcontroller is specified, the crate will not compile.
stm32f722stm32f723stm32f730stm32f730-lpc ("low pin count" variant)stm32f732stm32f733stm32f745stm32f746stm32f756stm32f765stm32f767stm32f769stm32f777stm32f778stm32f779When using this crate as a dependency in your project, the microcontroller can
be specified as part of the Cargo.toml definition.
[dependencies.stm32f7xx-hal]
version = "0.7.0"
features = ["stm32f767", "rt"]
The documentation can be found at docs.rs/stm32f7xx-hal.
Default settings for rust-analyzer are set in .vscode/settings.json for stm32f767. If you're working on another chip, you can change the target there for convenience, but don't commit your change to this file.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.