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