index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
usbd_cdc_interface.h
Age
Commit message (
Expand
)
Author
2020-06-29
stm32/usbd_cdc_interface: Remove full==size-1 limitation on tx ringbuf.
Andrew Leech
2019-09-26
stm32/usbd_cdc_interface: Add CTS flow control option for USB VCP.
Andrew Leech
2019-07-16
stm32/usbd_cdc_interface: Make CDC TX/RX buffer sizes configurable.
Damien George
2019-01-31
stm32/usb: Add flow control option for USB VCP data received from host.
Andrew Leech
2018-10-15
stm32/usbd_cdc_interface: Refactor USB CDC tx code to not use SOF IRQ.
Damien George
2018-05-14
stm32/usb: Add ability to have 2x VCP interfaces on the one USB device.
Damien George
2018-05-14
stm32/usb: Combine CDC lower-layer and interface state into one struct.
Damien George
2018-02-15
stm32: Change header include guards from STMHAL to STM32 to match dir.
Damien George
2018-02-01
stm32/usbdev: Add support for high-speed USB device mode.
Damien George
2017-10-13
stm32/usbd_cdc_interface.h: Fix code comments after recent refactor.
Li Weiwei
2017-09-21
stm32/usbdev: Put all state for the USB device driver in a struct.
Damien George
2017-09-21
stm32/usbdev: Put all CDC state in a struct.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George