We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b5f31 commit 1e4332dCopy full SHA for 1e4332d
Cargo.toml
@@ -16,7 +16,12 @@ rand = "0.6.1"
16
[features]
17
# Use a 256 byte buffer for control transfers instead of 128.
18
control-buffer-256 = []
19
+
20
# Use larger endpoint buffers for highspeed operation (default fullspeed)
21
+#
22
+# Note: usb-device doesn't truly support high speed enumeration yet, so setting this will make
23
+# TestClass only compliant with high speed mode. It may still manage to be enumerated as a full
24
+# speed device, but the descriptors will be invalid.
25
test-class-high-speed = []
26
27
[[test]]
0 commit comments