Parcourir la source

add: add STM32F4x5 STM32F4x7

Dmitry il y a 8 ans
Parent
commit
ab2a6b7b1a
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      inc/usb.h

+ 4 - 1
inc/usb.h

@@ -70,7 +70,10 @@
     #define usbd_hw usbd_otgfs
     #endif
 
-#elif defined(STM32F429xx)
+#elif defined(STM32F405xx) || defined(STM32F415xx) || \
+      defined(STM32F407xx) || defined(STM32F417xx) || \
+      defined(STM32F427xx) || defined(STM32F437xx) || \
+      defined(STM32F429xx) || defined(STM32F439xx)
 
     #define USBD_STM32F429