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 d57bff9 commit 398de5cCopy full SHA for 398de5c
Cargo.toml
@@ -20,6 +20,16 @@ bare-metal = { version = "0.2.0", features = ["const-fn"] }
20
volatile-register = "0.2.0"
21
bitfield = "0.13.2"
22
23
+[package.metadata.docs.rs]
24
+targets = ["thumbv8m.main-none-eabihf",
25
+ "thumbv6m-none-eabi",
26
+ "thumbv7em-none-eabi",
27
+ "thumbv7em-none-eabihf",
28
+ "thumbv7m-none-eabi",
29
+ "thumbv8m.base-none-eabi",
30
+ "thumbv8m.main-none-eabi"
31
+]
32
+
33
[features]
34
cm7-r0p1 = []
35
inline-asm = []
0 commit comments