| Age | Commit message (Collapse) | Author |
|
This fixes #345 and fixes #215.
|
|
|
|
|
|
|
|
Class designator will be used as is in indexes, so must match actual class
name.
|
|
Makes sure that classes described in these separate files are properly
designated as belonging to "pyb" module in indexes.
|
|
Fixes issues #1912 and #1913. UART documentation is also updated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes all common files "port-aware" using the .. only directive.
|
|
|
|
|
|
Also includes documentation about minimum baudrate.
Addresses issue #1090.
|
|
|
|
|
|
|
|
Addresses issue #950.
|
|
The inline docs (prefixed with /// in .c files) have been converted to
RST format and put in the docs subdirectory.
|