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