Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 15fad14..4659241 100644
--- a/readme.md
+++ b/readme.md
@@ -68,6 +68,12 @@ All requirements can be downloaded into a directory specified in environment var
<td>usbd_stm32l476_otgfs.c</td>
</tr>
<tr>
+ <td>STM32F401 STM32F411</td>
+ <td nowrap>Doublebuffered<br/>4 endpoints<br/>VBUS detection<br/>SOF output</td>
+ <td>usbd_otgfs</td>
+ <td>usbd_stm32f429_otgfs.c</td>
+ </tr>
+ <tr>
<td rowspan="2">STM32F4x5 STM32F4x7 STM32F4x9</td>
<td nowrap>Doublebuffered<br/>4 endpoints<br/>VBUS detection<br/>SOF output</td>
<td>usbd_otgfs</td>
@@ -107,7 +113,7 @@ All requirements can be downloaded into a directory specified in environment var
3. Tested with STM32L052K8, STM32L100RC, STM32L476RG, STM32F072C8, STM32F103C8, STM32F103CB,
STM32F303CC, STM32F303RE, STM32F429ZI, STM32F105RBT6, STM32F107VCT6, STM32L433CCT6, STM32F070CBT6,
STM32G431RB, STM32F411CEUx, STM32F405RG, STM32F446RE, STM32F373CC, STM32L053R8, GD32F103C8T6,
-STM32F745VE.
+STM32F745VE, STM32F401CE.
See [hardware.md](hardware.md) for details.
### Implemented definitions for classes ###