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