dmitrystu / libusb_stm32

Lightweight USB device Stack for STM32 microcontrollers
Apache License 2.0
713 stars 163 forks source link

Tested on STM32F401RE #19

Closed microwavesafe closed 6 years ago

microwavesafe commented 6 years ago

I have the basic cdc_loop code working on an STM32F401RE, using unmodified stm32f429 driver code.

I haven't checked other types of endpoints, but as I only CDC for now I may not get to it for a while.

dmitrystu commented 6 years ago

If it works correct you have tested 3 of 4 endpoint types (control, bulk and interrupt)

microwavesafe commented 6 years ago

I forgot about the interrupt endpoint. Did you want me to do anything for this issue, or can you set up your build system to allow the new CPU type? I use my own build system, so I don't really need any changes, just wanted to let everyone know it is compatible.

dmitrystu commented 6 years ago

Sure. The F401series will be added.