Damien George
|
90c524c114
|
docs: Remove spaces on lines that are empty.
|
5 years ago |
Damien George
|
78e0e76b4f
|
docs/library/pyb.USB_VCP.rst: Add info about id and flow params.
|
5 years ago |
Paul Sokolovsky
|
3ff7040c8a
|
docs/library: Add xrefs to "stream" dictionary entry for many modules.
|
7 years ago |
Mike Causer
|
b1457db002
|
docs/library: Add missing cross-ref links for classes in pyb module.
|
7 years ago |
Damien George
|
a392b3aa75
|
docs: Remove references to readall() and update stream read() docs.
|
8 years ago |
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.
|
9 years ago |
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.
|
9 years ago |
Paul Sokolovsky
|
b7ab70c71c
|
docs: USB_VCP: Always in non-blocking mode, clarify stream method returns.
They return None if no data available.
|
9 years ago |
Damien George
|
0bfc57022d
|
docs: Document USB_VCP file-like methods.
|
10 years ago |
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.
|
10 years ago |
Damien George
|
19fb1b4dd7
|
stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.
|
10 years ago |
Damien George
|
a58713a899
|
docs: Cleanup and update some docs.
|
10 years ago |
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.
|
10 years ago |