summaryrefslogtreecommitdiff
path: root/stmhal/usbd_cdc_interface.c
AgeCommit message (Expand)Author
2017-04-04stmhal/usbd_cdc_interface: Change CDC RX to use a circular buffer.Damien George
2017-04-04stmhal/usbd_cdc_interface: Increase in-endpoint timeout to 500ms.Damien George
2017-02-15stmhal: Use generic interrupt char code.Damien George
2016-12-15stmhal: Use core-provided keyboard exception object.Damien George
2016-12-15stmhal/usb: Always use the mp_kbd_exception object for VCP interrupt.Damien George
2016-01-29stmhal: Make TIM3 available for use by the user.Damien George
2016-01-29stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.Damien George
2015-10-24stmhal: Typo fix in comment.Paul Sokolovsky
2015-06-07stmhal: Break immediately from USB CDC busy wait loop if IRQs disabled.Damien George
2015-03-20stmhal: Remove some unnecessary declarations, purely for cleanup.Damien George
2015-02-13stmhal: Add Python-configurable USB HID mode.Damien George
2014-11-29stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.Damien George
2014-11-27stmhal: Reduce coupling between USB driver and readline.Damien George
2014-10-31stmhal: Add ioctl to USB_VCP object, so it works with select.Damien George
2014-10-26stmhal: Improve REPL control codes; improve pyboard.py script.Damien George
2014-10-25py: Add mp_pending_exception global variable, for VM soft interrupt.Damien George
2014-07-31stmhal: Add USB_VCP class/object, for direct USB VCP control.Damien George
2014-05-10stmhal: Fix USB CDC not flushing packets when an exact multiple of 64.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-17stmhal: Fix 64-byte USB packet bug properly.Damien George
2014-04-16stmhal: Replace magic number 3 with CDC_IN_EP define.Damien George
2014-04-16stmhal: Fix USB CDC buffer overrun error.Damien George
2014-04-14stmhal: Work around crazy bug in USB CDC.Damien George
2014-04-13stmhal: Improve USB CDC write function (increase timeout).Damien George
2014-03-30stmhal: Implement selector for USB device mode; improve boot up.Damien George
2014-03-24stmhal: Fix bug with USB CDC transmit buffer wrap around.Damien George
2014-03-23stmhal: Fix issues with USB CDC init and receive.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-22stmhal: Tidy up USB device configuration. Make it use less RAM.Damien George
2014-03-15stmhal: Check CDC tx buffer has free space before filling with data.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