usb: Begun implementing support into the USB device machinary for BOS descriptors

This commit is contained in:
dragonmux
2022-08-11 07:11:48 +01:00
committed by Piotr Esden-Tempski
parent 1d97cbf6e1
commit 60ff345798
14 changed files with 21 additions and 5 deletions

View File

@@ -30,6 +30,7 @@
#include <libopencm3/efm32/cmu.h>
#include <libopencm3/efm32/usb.h>
#include <libopencm3/usb/usbd.h>
#include <libopencm3/usb/bos.h>
#include "usb_private.h"
/**@{*/
@@ -433,4 +434,4 @@ const struct _usbd_driver efm32lg_usb_driver = {
.rx_fifo_size = RX_FIFO_SIZE,
};
/**@}*/
/**@}*/