summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/usbd_cdc_interface.c
Commit message (Expand)AuthorAge
* stmhal: Clean up USB CDC/MSC files and remove commented-out code.Damien George2017-07-19
* stmhal/usb: Use local USB handler variable in Start-of-Frame handler.Sylvain Pelissier2017-06-07
* stmhal: Pass USB handler as parameter to allow more than one USB handlerSylvain Pelissier2017-06-07
* stmhal/usbd_cdc_interface: Change CDC RX to use a circular buffer.Damien George2017-04-04
* stmhal/usbd_cdc_interface: Increase in-endpoint timeout to 500ms.Damien George2017-04-04
* stmhal: Use generic interrupt char code.Damien George2017-02-15
* stmhal: Use core-provided keyboard exception object.Damien George2016-12-15
* stmhal/usb: Always use the mp_kbd_exception object for VCP interrupt.Damien George2016-12-15
* stmhal: Make TIM3 available for use by the user.Damien George2016-01-29
* stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.Damien George2016-01-29
* stmhal: Typo fix in comment.Paul Sokolovsky2015-10-24
* stmhal: Break immediately from USB CDC busy wait loop if IRQs disabled.Damien George2015-06-07
* stmhal: Remove some unnecessary declarations, purely for cleanup.Damien George2015-03-20
* stmhal: Add Python-configurable USB HID mode.Damien George2015-02-13
* stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.Damien George2014-11-29
* stmhal: Reduce coupling between USB driver and readline.Damien George2014-11-27
* stmhal: Add ioctl to USB_VCP object, so it works with select.Damien George2014-10-31
* stmhal: Improve REPL control codes; improve pyboard.py script.Damien George2014-10-26
* py: Add mp_pending_exception global variable, for VM soft interrupt.Damien George2014-10-25
* stmhal: Add USB_VCP class/object, for direct USB VCP control.Damien George2014-07-31
* stmhal: Fix USB CDC not flushing packets when an exact multiple of 64.Damien George2014-05-10
* Add license header to (almost) all files.Damien George2014-05-03
* stmhal: Fix 64-byte USB packet bug properly.Damien George2014-04-17
* stmhal: Replace magic number 3 with CDC_IN_EP define.Damien George2014-04-16
* stmhal: Fix USB CDC buffer overrun error.Damien George2014-04-16
* stmhal: Work around crazy bug in USB CDC.Damien George2014-04-14
* stmhal: Improve USB CDC write function (increase timeout).Damien George2014-04-13
* stmhal: Implement selector for USB device mode; improve boot up.Damien George2014-03-30
* stmhal: Fix bug with USB CDC transmit buffer wrap around.Damien George2014-03-24
* stmhal: Fix issues with USB CDC init and receive.Damien George2014-03-23
* stmhal: Add intensity method for blue LED.Damien George2014-03-22
* stmhal: Servo driver can move at a given speed.Damien George2014-03-22
* stmhal: Tidy up USB CDC+MSC device some more.Damien George2014-03-22
* stmhal: Tidy up USB device configuration. Make it use less RAM.Damien George2014-03-22
* stmhal: Check CDC tx buffer has free space before filling with data.Damien George2014-03-15
* stmhal: Put an array in ROM.Damien George2014-03-15
* stmhal: Fix escape sequences in USB CDC input.Damien George2014-03-15
* stmhal: Get USB CDC REPL working.Damien George2014-03-15
* stmhal: Get USB enumerating a CDC device.Damien George2014-03-14