aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/usb.h
AgeCommit message (Expand)Author
2021-02-17stm32/usb: Allow a board to configure USBD_VID and all PIDs.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-09-11stm32/usb: Add support for VCP+MSC+HID mode, incl 2xVCP and 3xVCP.Damien George
2019-07-03stm32/usb: Add support to auto-detect USB interface, either FS or HS.Damien George
2019-06-11stm32/usb: Add "msc" kw-arg to pyb.usb_mode to select MSC logical units.Damien George
2019-05-31stm32/usb: Support up to 3 VCP interfaces on USB device peripheral.Damien George
2019-05-30stm32/usb: Refactor CDC VCP code to enable N CDC interfaces.Damien George
2019-04-28stm32/usb: Add USB device mode for VCP+VCP without MSC.Andrew Leech
2019-04-01stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.Andrew Leech
2018-07-08stm32: Support compiling with object representation D.Damien George
2018-05-14stm32/usb: Add ability to have 2x VCP interfaces on the one USB device.Damien George
2018-02-15stm32: Change header include guards from STMHAL to STM32 to match dir.Damien George
2018-02-01stm32/usbdev: Add support for MSC-only USB device class.Damien George
2017-10-19stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked.Damien George
2017-09-21stm32/usbdev: Merge all global USB device state into a single struct.Damien George
2017-09-06stm32: Replace stray tabs with spaces.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George