aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/usbd_hid_interface.c
AgeCommit message (Expand)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-07-26stm32/usbd_hid_interface: Include extra header to build with threading.Damien George
2019-07-25stm32/usbd_hid_interface: Rewrite USB HID interface code.Damien George
2019-07-16stm32/usb: Add config options to disable USB MSC and/or HID.Damien George
2018-05-14stm32/usb: Change HID report funcs to take HID state, not usbdev state.Damien George
2018-05-14stm32/usb: Combine HID lower-layer and interface state into one struct.Damien George
2018-05-14stm32/usbd_hid_interface: Address possible race condition vs. interrupt.Peter D. Gray
2017-09-21stm32/usbdev: Put all state for the USB device driver in a struct.Damien George
2017-09-21stm32/usbdev: Simplify HID tx/rx buffer passing.Damien George
2017-09-21stm32/usbdev: Put all HID state in a struct.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George