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
/
usbdev
Age
Commit message (
Expand
)
Author
2020-07-25
stm32/usbdev: Fix calculation of SCSI LUN size with multiple LUNs.
Damien George
2019-10-05
stm32/usbdev: Fix compile error if MICROPY_HW_USB_CDC_NUM is set to 2.
Martin Fischer
2019-09-11
stm32/usb: Verify number of used endpoints doesn't exceed maximum.
Damien George
2019-09-11
stm32/usb: Add support for VCP+MSC+HID mode, incl 2xVCP and 3xVCP.
Damien George
2019-08-15
stm32/usbd: Make USB device FIFO sizes dynamically configurable.
Damien George
2019-07-25
stm32/usbd_hid_interface: Rewrite USB HID interface code.
Damien George
2019-07-16
stm32/usb: Add config options to disable USB MSC and/or HID.
Damien George
2019-07-03
stm32: Update components to work with new H7xx HAL.
Damien George
2019-06-11
stm32/usbd_msc: Provide Mode Sense response data in MSC interface.
Damien George
2019-06-11
stm32/usbd_msc: Provide custom irquiry processing by MSC interface.
Damien George
2019-05-31
stm32/usb: Include py/mpconfig.h instead of mpconfigboard.h.
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-26
stm32/usbdev: Make USB device descriptors at runtime rather than static.
Damien George
2019-01-31
stm32/usb: Add flow control option for USB VCP data received from host.
Andrew Leech
2019-01-27
stm32/usbdev: Add USB config option for max power drawn by the board.
Damien George
2019-01-27
stm32/usbdev: Add USB config option for board being self powered.
Damien George
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-24
stm32: Remove unneeded HTML release notes from usbdev and usbhost dirs.
Damien George
2018-05-15
stm32/usb: Initialise cdc variable to prevent compiler warnings.
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 HID report funcs to take HID state, not usbdev state.
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 HID lower-layer and interface state into one struct.
Damien George
2018-05-14
stm32/usb: Combine CDC lower-layer and interface state into one struct.
Damien George
2018-05-14
stm32/usbdev: Be honest about data not being written to HID endpoint.
Peter D. Gray
2018-05-11
stm32/usbdev: Remove unused RxState variable, and unused struct.
Damien George
2018-05-11
stm32/usbdev: Convert files to unix line endings.
Damien George
2018-05-11
stm32/usbd_conf.h: Remove unused macros and clean up header file.
Damien George
2018-02-15
stm32: Change header include guards from STMHAL to STM32 to match dir.
Damien George
2018-02-13
stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.
Damien George
2018-02-12
stm32/usbdev: Fix USBD setup request handler to use correct recipient.
Damien George
2018-02-01
stm32/usbdev: Add support for high-speed USB device mode.
Damien George
2018-02-01
stm32/usbdev: Add support for MSC-only USB device class.
Damien George
2018-02-01
stm32/usbdev: Combine all str descriptor accessor funcs into one func.
Damien George
2018-02-01
stm32/usbdev: Reduce dependency on py header files.
Damien George
2017-12-13
stm32/usbdev: Pass thru correct val for SCSI PreventAllowMediumRemoval.
Damien George
2017-09-22
stm32/usbdev: Move all the USB device descriptor state into its struct.
Damien George
2017-09-22
stm32/usbdev: Make device descriptor callbacks take a state pointer.
Damien George
2017-09-21
stm32/usbdev: Simplify pointers to MSC state and block dev operations.
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/core: Add state parameter to all callback functions.
Damien George
2017-09-21
stm32/usbdev: Simplify HID tx/rx buffer passing.
Damien George
2017-09-21
stm32/usbdev: Simplify CDC tx/rx buffer passing.
Damien George
2017-09-21
stm32/usbdev: Put all HID state in a struct.
Damien George
2017-09-21
stm32/usbdev: Put all CDC state in a struct.
Damien George
[next]