Damien George
|
a392b3aa75
|
docs: Remove references to readall() and update stream read() docs.
|
2016-11-14 23:31:40 +11:00 |
Paul Sokolovsky
|
a384a53130
|
docs/pyb.*: Use proper class case in method headers.
Class designator will be used as is in indexes, so must match actual class
name.
|
2016-06-08 16:21:28 +03:00 |
Paul Sokolovsky
|
0a4cc24b2e
|
docs/pyb.*: Add "currentmodule:: pyb" directive.
Makes sure that classes described in these separate files are properly
designated as belonging to "pyb" module in indexes.
|
2016-06-08 00:57:41 +03:00 |
Paul Sokolovsky
|
b7ab70c71c
|
docs: USB_VCP: Always in non-blocking mode, clarify stream method returns.
They return None if no data available.
|
2015-10-25 13:24:29 +03:00 |
Damien George
|
0bfc57022d
|
docs: Document USB_VCP file-like methods.
|
2015-05-13 20:42:12 +01:00 |
Damien George
|
d39c7aa517
|
stmhal: Add Python-configurable USB HID mode.
Different HID modes can be configured in Python. You can either use
predefined mouse or keyboard, or write your own report descriptor.
|
2015-02-13 14:02:51 +00:00 |
Damien George
|
19fb1b4dd7
|
stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.
|
2014-11-29 15:23:21 +00:00 |
Damien George
|
a58713a899
|
docs: Cleanup and update some docs.
|
2014-10-31 22:21:37 +00:00 |
Damien George
|
88d3054ac0
|
docs: Import documentation from source-code inline comments.
The inline docs (prefixed with /// in .c files) have been converted to
RST format and put in the docs subdirectory.
|
2014-10-31 01:37:19 +00:00 |