Ben Scholar
Results
2
issues of
Ben Scholar
Is there a reason the usb module is disabled for stm32f105 series MCUs? The datasheet says it supports USB OTG FS. ``` #[cfg(all( feature = "stm32-usbd", any(feature = "stm32f102", feature...
Added stm32f1cube bazel files. Planning to add an example as well.