index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
usbdev
/
class
Age
Commit message (
Expand
)
Author
2018-05-28
stm32/usb: Guard USB device code with #if for whether USB is enabled.
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-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: 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-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: 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
2017-09-20
stm32/usbdev: Make the USBD callback struct const so it can go in ROM.
Damien George
2017-09-06
stm32: Remove unused usbd_msc.c file.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George