Skip to content

Commit 22613af

Browse files
committed
Build defmt-semihosting docs for the thumbv7em-none-eabihf target
1 parent b479bfd commit 22613af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

firmware/defmt-semihosting/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ semihosting = { version = "0.1.19", features = ["stdio"] }
1818

1919
[features]
2020
critical-section-single-core = ["cortex-m/critical-section-single-core"]
21+
22+
[package.metadata.docs.rs]
23+
features = [ "alloc" ]
24+
rustdoc-args = [ "--cfg=docsrs" ]
25+
targets = [ "thumbv7em-none-eabihf" ]

0 commit comments

Comments
 (0)