mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
cpu/efm32: remove USB OTG HS definitions in vendor definitions
EFM32 MCUs do not support USB OTG HS mode. The according definitions are therefore removed from vendor definitions.
This commit is contained in:
parent
457c0cffc3
commit
9528733a99
12
cpu/efm32/include/vendor/usbdev_efm32.h
vendored
12
cpu/efm32/include/vendor/usbdev_efm32.h
vendored
@ -48,11 +48,6 @@
|
||||
*/
|
||||
#define DWC2_USB_OTG_FS_NUM_EP (7)
|
||||
|
||||
/**
|
||||
* @brief Number of USB OTG HS OUT endpoints including the control endpoint
|
||||
*/
|
||||
#define DWC2_USB_OTG_HS_NUM_EP (7)
|
||||
|
||||
/**
|
||||
* @brief Size of the FIFO shared by all USB OTG FS OUT endpoints
|
||||
*/
|
||||
@ -60,13 +55,6 @@
|
||||
#define DWC2_USB_OTG_FS_RX_FIFO_SIZE (128U)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Size of the FIFO shared by all USB OTG HS OUT endpoints
|
||||
*/
|
||||
#ifndef DWC2_USB_OTG_HS_RX_FIFO_SIZE
|
||||
#define DWC2_USB_OTG_HS_RX_FIFO_SIZE (512U)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Total size of the FIFO
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user