Explorar o código

add: add STM32F4x5 STM32F4x7

Dmitry %!s(int64=8) %!d(string=hai) anos
pai
achega
ab2a6b7b1a
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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