aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/usbd_desc.c
AgeCommit message (Expand)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-05-31stm32/usb: Include py/mpconfig.h instead of mpconfigboard.h.Damien George
2019-03-08stm32/usb: Allow to override USB strings & VID/PID in app and mboot.Andrew Leech
2018-02-01stm32/usbdev: Combine all str descriptor accessor funcs into one func.Damien George
2018-02-01stm32/usbdev: Reduce dependency on py header files.Damien George
2017-09-22stm32/usbdev: Move all the USB device descriptor state into its struct.Damien George
2017-09-22stm32/usbdev: Make device descriptor callbacks take a state pointer.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George