summaryrefslogtreecommitdiff
path: root/stmhal/usbd_cdc_interface.h
AgeCommit message (Expand)Author
2017-02-15stmhal: Use generic interrupt char code.Damien George
2016-12-15stmhal/usb: Always use the mp_kbd_exception object for VCP interrupt.Damien George
2016-01-29stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.Damien George
2015-03-20stmhal: Remove some unnecessary declarations, purely for cleanup.Damien George
2014-10-31stmhal: Add ioctl to USB_VCP object, so it works with select.Damien George
2014-07-31stmhal: Add USB_VCP class/object, for direct USB VCP control.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-02stmhal: Add timer module; move servo PWM from TIM2 to TIM5.Damien George
2014-03-22stmhal: Add intensity method for blue LED.Damien George
2014-03-22stmhal: Servo driver can move at a given speed.Damien George
2014-03-22stmhal: Tidy up USB CDC+MSC device some more.Damien George
2014-03-15stmhal: Put an array in ROM.Damien George
2014-03-15stmhal: Fix escape sequences in USB CDC input.Damien George
2014-03-15stmhal: Get USB CDC REPL working.Damien George
2014-03-14stmhal: Get USB enumerating a CDC device.Damien George