e2b202bb26Add "externally_visible" attribute for usbd_core entry point and drivers.
7 anni fa
Fabián Inostroza
b255d2e835Fix MAX_EP. I though it was the total number of endpoints but by the way it is used in the code shows that it is the number of endpoint pairs (IN/OUT) not counting EP0.
7 anni fa
Fabián Inostroza
a6cdbd15a5Add support for stm32f105 and stm32f107. Based on the stm32f429 driver.