|
@@ -16,7 +16,7 @@
|
|
|
<table>
|
|
<table>
|
|
|
<tr><th>MCU Series</th><th>Features</th><th>Driver</th><th>File</th></tr>
|
|
<tr><th>MCU Series</th><th>Features</th><th>Driver</th><th>File</th></tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td rowspan="2">STM32L0x2 STM32L0x3 STM32F0x2 STM32F0x8</td>
|
|
|
|
|
|
|
+ <td rowspan="2">STM32L0x2 STM32L0x3 STM32F070 STM32F0x2 STM32F0x8</td>
|
|
|
<td nowrap rowspan="2">Doublebuffered<sup>[2]</sup><br />8<sup>[1]</sup> endpoints<br /> BC1.2</td>
|
|
<td nowrap rowspan="2">Doublebuffered<sup>[2]</sup><br />8<sup>[1]</sup> endpoints<br /> BC1.2</td>
|
|
|
<td>usbd_devfs</td>
|
|
<td>usbd_devfs</td>
|
|
|
<td>usbd_stm32l052_devfs.c</td>
|
|
<td>usbd_stm32l052_devfs.c</td>
|
|
@@ -87,7 +87,7 @@
|
|
|
|
|
|
|
|
2. At this moment BULK IN endpoint can use both buffers, but it is not **real** doublebuffered.
|
|
2. At this moment BULK IN endpoint can use both buffers, but it is not **real** doublebuffered.
|
|
|
|
|
|
|
|
-3. Tested with STM32L052K8, STM32L100RC, STM32L476RG, STM32F072C8, STM32F103C8, STM32F103CB, STM32F303CC, STM32F303RE, STM32F429ZI, STM32F105RBT6, STM32F107VCT6, STM32L433CCT6
|
|
|
|
|
|
|
+3. Tested with STM32L052K8, STM32L100RC, STM32L476RG, STM32F072C8, STM32F103C8, STM32F103CB, STM32F303CC, STM32F303RE, STM32F429ZI, STM32F105RBT6, STM32F107VCT6, STM32L433CCT6, STM32F070CBT6
|
|
|
|
|
|
|
|
### Implemented definitions for classes ###
|
|
### Implemented definitions for classes ###
|
|
|
1. USB HID based on [Device Class Definition for Human Interface Devices (HID) Version 1.11](https://www.usb.org/sites/default/files/documents/hid1_11.pdf)
|
|
1. USB HID based on [Device Class Definition for Human Interface Devices (HID) Version 1.11](https://www.usb.org/sites/default/files/documents/hid1_11.pdf)
|