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 793bafe commit 9cd0192Copy full SHA for 9cd0192
src/usb.rs
@@ -1,5 +1,7 @@
1
//! Interface to the USB peripheral
2
//!
3
+//! Requires the `stm32-usbd` feature.
4
+//!
5
//! As USB seems to work mostly the same across all STM32 MCUs, there is a
6
//! single crate that supports USB for these MCUs:
7
//! [`stm32-usbd`](https://crates.io/crates/stm32-usbd)
0 commit comments