Kaynağa Gözat

add: add STM32F4x5 STM32F4x7

Dmitry 8 yıl önce
ebeveyn
işleme
ab2a6b7b1a
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  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