We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce2249 commit 3d468afCopy full SHA for 3d468af
Cargo.toml
@@ -2,11 +2,13 @@
2
authors = ["Matt Vertescher <mvertescher@gmail.com>"]
3
categories = ["embedded", "hardware-support", "no-std"]
4
description = "HAL for the STM32F7xx family of microcontrollers"
5
+documentation = "https://docs.rs/stm32f7xx-hal"
6
edition = "2018"
7
keywords = ["arm", "cortex-m", "stm32f7xx", "hal"]
8
license = "MIT OR Apache-2.0"
9
name = "stm32f7xx-hal"
-repository = "https://github.com/mvertescher/stm32f7xx-hal"
10
+readme = "README.md"
11
+repository = "https://github.com/stm32-rs/stm32f7xx-hal"
12
version = "0.1.0"
13
14
[package.metadata.docs.rs]
0 commit comments