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 b6ab807 commit 121efaaCopy full SHA for 121efaa
Cargo.toml
@@ -18,10 +18,8 @@ exclude = [
18
maintenance = { status = "actively-developed" }
19
20
[package.metadata.docs.rs]
21
-# thumbv7m-none-eabi is not a supported target on docs.rs,
22
-# however the target is not relevant for docs.
23
-# https://github.com/stm32-rs/stm32f3xx-hal/issues/46
24
-default-target = "x86_64-unknown-linux-gnu"
+default-target = "thumbv7em-none-eabihf"
+targets = [] # build only default target for docs
25
26
[dependencies]
27
cortex-m = "0.6.2"
0 commit comments