| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-21 | docs: Change `\*` to `*` in argument lists. | Zenix27 | |
| Latest versions of Sphinx (at least 3.1.0) do not need the `*` escaped and will render the `\` in the output if it is there, so remove it. Fixes issue #6209. | |||
| 2019-12-04 | docs: Remove spaces on lines that are empty. | Damien George | |
| 2019-09-26 | docs/library/pyb.USB_VCP.rst: Add info about id and flow params. | Damien George | |
| 2017-12-04 | docs/library: Add xrefs to "stream" dictionary entry for many modules. | Paul Sokolovsky | |
| 2017-10-11 | docs/library: Add missing cross-ref links for classes in pyb module. | Mike Causer | |
| 2016-11-14 | docs: Remove references to readall() and update stream read() docs. | Damien George | |
| 2016-06-08 | docs/pyb.*: Use proper class case in method headers. | Paul Sokolovsky | |
| Class designator will be used as is in indexes, so must match actual class name. | |||
| 2016-06-08 | docs/pyb.*: Add "currentmodule:: pyb" directive. | Paul Sokolovsky | |
| Makes sure that classes described in these separate files are properly designated as belonging to "pyb" module in indexes. | |||
| 2015-10-25 | docs: USB_VCP: Always in non-blocking mode, clarify stream method returns. | Paul Sokolovsky | |
| They return None if no data available. | |||
| 2015-05-13 | docs: Document USB_VCP file-like methods. | Damien George | |
| 2015-02-13 | stmhal: Add Python-configurable USB HID mode. | Damien George | |
| Different HID modes can be configured in Python. You can either use predefined mouse or keyboard, or write your own report descriptor. | |||
| 2014-11-29 | stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C. | Damien George | |
| 2014-10-31 | docs: Cleanup and update some docs. | Damien George | |
| 2014-10-31 | docs: Import documentation from source-code inline comments. | Damien George | |
| The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory. | |||
