Skip to content

Commit 51dfa4d

Browse files
committed
Add embedded targets to docs.rs
Signed-off-by: Hugues de Valon <[email protected]>
1 parent d57bff9 commit 51dfa4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Cargo.toml

+11
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ bare-metal = { version = "0.2.0", features = ["const-fn"] }
2020
volatile-register = "0.2.0"
2121
bitfield = "0.13.2"
2222

23+
[package.metadata.docs.rs]
24+
targets = [
25+
"thumbv8m.main-none-eabihf",
26+
"thumbv6m-none-eabi",
27+
"thumbv7em-none-eabi",
28+
"thumbv7em-none-eabihf",
29+
"thumbv7m-none-eabi",
30+
"thumbv8m.base-none-eabi",
31+
"thumbv8m.main-none-eabi"
32+
]
33+
2334
[features]
2435
cm7-r0p1 = []
2536
inline-asm = []

0 commit comments

Comments
 (0)