Skip to content

Commit

Permalink
Remove custom target; enable docs.rs features by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Nov 30, 2020
1 parent babb1f8 commit ff0681c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
9 changes: 0 additions & 9 deletions collector/benchmarks/stm32h7xx-hal/.cargo/config

This file was deleted.

4 changes: 1 addition & 3 deletions collector/benchmarks/stm32h7xx-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ readme = "README.md"
exclude = [".gitignore"]

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

[dependencies]
embedded-hal = "0.2.4"
Expand Down Expand Up @@ -69,7 +67,7 @@ default-features = false
features = ["ethernet", "proto-ipv4", "proto-ipv6", "socket-raw"]

[features]
default = ["unproven"]
features = ["stm32h743v", "rt", "quadspi", "sdmmc", "fmc", "rtc", "ethernet"]
unproven = ["embedded-hal/unproven"]
device-selected = []
revision_v = []
Expand Down

0 comments on commit ff0681c

Please sign in to comment.