Skip to content

Commit ff0681c

Browse files
committed
Remove custom target; enable docs.rs features by default
1 parent babb1f8 commit ff0681c

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

collector/benchmarks/stm32h7xx-hal/.cargo/config

-9
This file was deleted.

collector/benchmarks/stm32h7xx-hal/Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ readme = "README.md"
2020
exclude = [".gitignore"]
2121

2222
[package.metadata.docs.rs]
23-
features = ["stm32h743v", "rt", "quadspi", "sdmmc", "fmc", "rtc", "ethernet"]
24-
targets = ["thumbv7em-none-eabihf"]
2523

2624
[dependencies]
2725
embedded-hal = "0.2.4"
@@ -69,7 +67,7 @@ default-features = false
6967
features = ["ethernet", "proto-ipv4", "proto-ipv6", "socket-raw"]
7068

7169
[features]
72-
default = ["unproven"]
70+
features = ["stm32h743v", "rt", "quadspi", "sdmmc", "fmc", "rtc", "ethernet"]
7371
unproven = ["embedded-hal/unproven"]
7472
device-selected = []
7573
revision_v = []

0 commit comments

Comments
 (0)