aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usb.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-06-07stmhal/usb: Make state for USB device private to top-level USB driver.Damien George
2017-02-15stmhal: Use generic interrupt char code.Damien George
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2015-12-09stmhal: Enable two USB phys to be supported together.neilh10
2015-02-13stmhal: Properly define pyb.usb_mode() semantics.Damien George
2015-02-13stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only.Damien George
2015-02-13stmhal: Add Python-configurable USB HID mode.Damien George
2014-11-27stmhal: Reduce coupling between USB driver and readline.Damien George
2014-11-05stmhal: Declare variables extern in include filesSven Wegener
2014-08-04stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.Damien George
2014-08-03stmhal: Document behaviour of usb_vcp_recv_byte.Damien George
2014-07-31stmhal: Add USB_VCP class/object, for direct USB VCP control.Damien George
2014-07-20stmhal: Fix REPL printing by cooking output sent to stdout_obj.Damien George
2014-05-21stmhal: Stop USB before entering DFU by software.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-03stmhal: Add home/end cursor support in readline.Damien George
2014-03-30stmhal: Implement selector for USB device mode; improve boot up.Damien George
2014-03-22stmhal: Tidy up USB CDC+MSC device some more.Damien George
2014-03-21stmhal: Add support for USB MSC device.Damien George
2014-03-15stmhal: Fix escape sequences in USB CDC input.Damien George
2014-03-14stmhal: Get USB enumerating a CDC device.Damien George