Skip to content

Commit 398de5c

Browse files
committed
Add embedded targets to docs.rs
Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
1 parent d57bff9 commit 398de5c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: Cargo.toml

+10
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ 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 = ["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+
2333
[features]
2434
cm7-r0p1 = []
2535
inline-asm = []

0 commit comments

Comments
 (0)