Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 252 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 252 Bytes

stm32usb-bulk

Example of a usb bulk device using stm32cube libraries for the stm32f3discovery board.

You will need to modify paths in gpdsc.mk to point to gcc toolchain.

You will need libusb-1.0 to build the two test tools usbtest and usbecho.