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.c
Age
Commit message (
Expand
)
Author
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-05-14
stm32/usb: Change HID report funcs to take HID state, not usbdev state.
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/usb: Use usbd_cdc_itf_t pointer directly in USB_VCP class.
Damien George
2018-05-09
stm32/usb: Use correct type for USB HID object.
Damien George
2018-05-09
stm32/usb: Fix broken pyb.have_cdc() so it works again.
Damien George
2018-02-13
stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.
Damien George
2018-02-01
stm32/usbdev: Add support for high-speed USB device mode.
Damien George
2018-02-01
stm32/usb: Allow board to select which USBD is used as the main one.
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-22
stm32/usbdev: Move all the USB device descriptor state into its struct.
Damien George
2017-09-21
stm32/usbdev: Merge all global USB device state into a single struct.
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: Put all HID state in a struct.
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