diff options
| author | Matteo Meluzzi <[email protected]> | 2025-10-02 10:53:31 +0200 |
|---|---|---|
| committer | Matteo Meluzzi <[email protected]> | 2025-10-02 10:53:31 +0200 |
| commit | 828a8df18d04877df1f55f04354980b28ff2f2f8 (patch) | |
| tree | c4fa405f5eba7a14b6d435d6cc746c9e0dc52632 /embassy-usb | |
| parent | 176649e71ad442ca9856af6c11989b0b2f228c4b (diff) | |
| parent | 194a721d0eab929a2af0a2a4e45ca8e70e0d3f0a (diff) | |
Merge branch 'main' into 17-add-support-for-boot-protocol
Diffstat (limited to 'embassy-usb')
| -rw-r--r-- | embassy-usb/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml index e309eec93..bff48c4a6 100644 --- a/embassy-usb/Cargo.toml +++ b/embassy-usb/Cargo.toml | |||
| @@ -31,6 +31,7 @@ features = ["defmt", "usbd-hid"] | |||
| 31 | 31 | ||
| 32 | [features] | 32 | [features] |
| 33 | defmt = ["dep:defmt", "embassy-usb-driver/defmt"] | 33 | defmt = ["dep:defmt", "embassy-usb-driver/defmt"] |
| 34 | log = ["dep:log"] | ||
| 34 | usbd-hid = ["dep:usbd-hid", "dep:ssmarshal"] | 35 | usbd-hid = ["dep:usbd-hid", "dep:ssmarshal"] |
| 35 | default = ["usbd-hid"] | 36 | default = ["usbd-hid"] |
| 36 | 37 | ||
