fixed CDC-ACM for F103: use only one EP

This commit is contained in:
eddyem
2020-11-09 00:23:10 +03:00
parent 3ede971d6a
commit 4c6166bcf0
14 changed files with 344 additions and 657 deletions

View File

@@ -14,6 +14,7 @@ This directory contains examples for F0 without any library
- QuadEncoder - sample code for working with quadrature encoder (via timer)
- Servo - simple servo (like SG-90) controller
- Snippets - some small code snippets
- Socket_fans - fan manager
- TM1637 - work with 7-segment LED indicators based on TM1637
- tsys01_nucleo - read two TSYS01 sensors using STM32F042
- uart - USART over DMA with hardware end-of-string detection
@@ -22,3 +23,4 @@ This directory contains examples for F0 without any library
- uart_nucleo - USART over DMA for STM32F042-nucleo
- usbcan - USB<>CAN bridge using PL2303 emulation
- USBHID - USB HID keyboard + mouse
- USB_pl2303_snippet - full minimal snippet of PL2303 emulation for STM32F072xB