|
@@ -82,6 +82,17 @@ All requirements can be downloaded into a directory specified in environment var
|
|
|
<td>usbd_otgfs</td>
|
|
<td>usbd_otgfs</td>
|
|
|
<td>usbd_stm32f105_otgfs.c</td>
|
|
<td>usbd_stm32f105_otgfs.c</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td rowspan="2">STM32F4x6 STM32F7</td>
|
|
|
|
|
+ <td nowrap>Doublebuffered<br/>6 endpoints<br/>VBUS detection<br/>SOF output</td>
|
|
|
|
|
+ <td>usbd_otgfs</td>
|
|
|
|
|
+ <td>usbd_stm32f446_otgfs.c</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td nowrap>Doublebuffered<br/>9 endpoints<br/>VBUS detection<br/>SOF output</td>
|
|
|
|
|
+ <td>usbd_otghs</td>
|
|
|
|
|
+ <td>usbd_stm32f446_otghs.c</td>
|
|
|
|
|
+ </tr>
|
|
|
</table>
|
|
</table>
|
|
|
|
|
|
|
|
1. Single physical endpoint can be used to implement
|
|
1. Single physical endpoint can be used to implement
|
|
@@ -93,7 +104,8 @@ All requirements can be downloaded into a directory specified in environment var
|
|
|
|
|
|
|
|
3. Tested with STM32L052K8, STM32L100RC, STM32L476RG, STM32F072C8, STM32F103C8, STM32F103CB,
|
|
3. Tested with STM32L052K8, STM32L100RC, STM32L476RG, STM32F072C8, STM32F103C8, STM32F103CB,
|
|
|
STM32F303CC, STM32F303RE, STM32F429ZI, STM32F105RBT6, STM32F107VCT6, STM32L433CCT6, STM32F070CBT6,
|
|
STM32F303CC, STM32F303RE, STM32F429ZI, STM32F105RBT6, STM32F107VCT6, STM32L433CCT6, STM32F070CBT6,
|
|
|
-STM32G431RB, STM32F411CEUx, STM32F405RG, STM32F446RE, STM32F373CC, STM32L053R8, GD32F103C8T6.
|
|
|
|
|
|
|
+STM32G431RB, STM32F411CEUx, STM32F405RG, STM32F446RE, STM32F373CC, STM32L053R8, GD32F103C8T6,
|
|
|
|
|
+STM32F745VE.
|
|
|
See [hardware.md](hardware.md) for details.
|
|
See [hardware.md](hardware.md) for details.
|
|
|
|
|
|
|
|
### Implemented definitions for classes ###
|
|
### Implemented definitions for classes ###
|