libusb_stm32
libusb_stm32 copied to clipboard
Lightweight USB device Stack for STM32 microcontrollers
For the most popular STM32F103**C8** also knows STM32F103x6 STM32F103xB
It would be a lot easier for IDEs if every configuration would be located in one header file, instead having to manually configure it in the IDE/and build chain and...
Tested on STM32G0B1RE nucleo board.
I'm curious why a Mass Storage class has not been implemented. Seems like it is one of the most common reasons for having USB in an embedded system. Most likely...
Hello and thank you for the wonderfully compact library! After `STM32_USB_Device_Library`, it's a pleasure to use. It takes a while to figure out how to use the code properly (took...
Hello I use this library on STM32F103, STM32F401 and STM32F429 and it works very well. I tried to run USB in device mode on GD32F407 using the usbd_stm32f429_otgfs.c driver and...
C++ compilers really hate `struct {...; char vla[];};`. It gives warning for many struct declarations, which can be fortunately suppressed with: ``` #pragma GCC diagnostic push #pragma GCC diagnostic ignored...
Tested on FK750M5-XBH6 board.