aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-04-13 16:46:24 +0200
committerDario Nieuwenhuis <[email protected]>2022-04-13 16:46:24 +0200
commit2217de24c02e9f7e0aafeb8315ab6be8b644c52f (patch)
tree2fb6e520b3ec83faa1829bea844e97a93a3459a4
parent6d0e6d563dfd900a56ee6b6b3cf48a2af53c6cd4 (diff)
usb-hid: add embassy docs metadata.
-rw-r--r--embassy-usb-hid/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/embassy-usb-hid/Cargo.toml b/embassy-usb-hid/Cargo.toml
index dc3d3cd88..c5181325b 100644
--- a/embassy-usb-hid/Cargo.toml
+++ b/embassy-usb-hid/Cargo.toml
@@ -3,6 +3,14 @@ name = "embassy-usb-hid"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5 5
6[package.metadata.embassy_docs]
7src_base = "https://github.com/embassy-rs/embassy/blob/embassy-usb-hid-v$VERSION/embassy-usb-hid/src/"
8src_base_git = "https://github.com/embassy-rs/embassy/blob/master/embassy-usb-hid/src/"
9features = ["defmt", "embassy/time-tick-1mhz"]
10flavors = [
11 { name = "default", target = "thumbv7em-none-eabihf" },
12]
13
6[features] 14[features]
7default = ["usbd-hid"] 15default = ["usbd-hid"]
8usbd-hid = ["dep:usbd-hid", "ssmarshal"] 16usbd-hid = ["dep:usbd-hid", "ssmarshal"]