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.c
Age
Commit message (
Expand
)
Author
2021-02-02
stm32/usbd_cdc_interface: Don't wait in usbd_cdc_tx_always if suspended.
Damien George
2020-10-22
stm32/usbd_cdc_interface: Check and handle CDC TX wrap-overflow.
Damien George
2020-06-29
stm32/usbd_cdc_interface: Remove full==size-1 limitation on tx ringbuf.
Andrew Leech
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-07
stm32/usbd_cdc_interface: Remove "interrupt_char != -1" check.
Damien George
2019-09-26
stm32/usbd_cdc_interface: Add CTS flow control option for USB VCP.
Andrew Leech
2019-08-15
stm32/usbd: Introduce MICROPY_HW_USB_IS_MULTI_OTG to simplify USB config
Damien George
2019-07-17
stm32: Add initial support for STM32WBxx MCUs.
Damien George
2019-07-16
stm32: Add support for USB on L0 MCUs.
Damien George
2019-05-30
stm32/usb: Refactor CDC VCP code to enable N CDC interfaces.
Damien George
2019-05-08
stm32/usbd_cdc_interface: Don't retransmit chars if USB is reconnected.
Damien George
2019-04-01
stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.
Andrew Leech
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-10-15
stm32/usbd_cdc_interface: Handle disconnect IRQ to set VCP disconnected.
Damien George
2018-05-28
stm32/usb: Guard USB device code with #if for whether USB is enabled.
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: Change CDC tx/rx funcs to take CDC state, not usbdev state.
Damien George
2018-05-14
stm32/usb: Make CDC endpoint definitions private to core usbdev driver.
Damien George
2018-05-14
stm32/usb: Combine CDC lower-layer and interface state into one struct.
Damien George
2018-02-01
stm32/usbdev: Add support for high-speed USB device mode.
Damien George
2017-10-13
stm32/usbd_cdc_interface: Don't reset CDC output buf on initialisation.
Damien George
2017-09-21
stm32/usbdev: Put all state for the USB device driver in a struct.
Damien George
2017-09-21
stm32/usbdev: Simplify CDC tx/rx buffer passing.
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