Lorenz Schmid
|
a5b3c7e7f9
|
docs/library/pyb.UART: Moved writechar doc to sit with other writes.
|
2016-12-15 09:59:45 +11:00 |
Lorenz Schmid
|
0caac94b98
|
docs/library/pyb.UART: Added clarification about timeouts.
|
2016-12-15 09:59:32 +11:00 |
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 |
Peter Hinch
|
22cbcd55f0
|
stmhal: Properly handle RTS/CTS flow control for buf/unbuf transfers.
Fixes issues #1912 and #1913. UART documentation is also updated.
|
2016-04-13 08:42:32 +01:00 |
Peter Hinch
|
2b302dad51
|
docs: Update pyb.UART.any() to mention that it returns character count.
|
2016-03-17 20:19:36 +00:00 |
Paul Sokolovsky
|
cf6daa0966
|
docs: Explicitly specify behavior of UART stream protocol methods on timeout.
|
2015-10-25 08:25:34 +03:00 |
danicampora
|
4542643025
|
docs: Update all WiPy docs to reflect the new API.
|
2015-10-17 23:29:04 +02:00 |
Daniel Campora
|
8332044f75
|
cc3200: Add UART.ODD and UART.EVEN to select parity.
|
2015-09-16 10:10:26 +02:00 |
Daniel Campora
|
f38d16483a
|
docs: Update I2C and UART docs to match the new API.
|
2015-09-16 10:10:22 +02:00 |
Daniel Campora
|
f91f212d9f
|
cc3200: New UART API plus related test.
|
2015-09-10 07:59:47 +02:00 |
Daniel Campora
|
cfcf47c064
|
docs: Add initial draft documentation for the WiPy.
This makes all common files "port-aware" using the .. only directive.
|
2015-06-10 23:37:56 +02:00 |
Damien George
|
3eece29807
|
docs: Change "Micro Python" to "MicroPython" in all places in docs.
|
2015-06-04 23:53:26 +01:00 |
Paul Sokolovsky
|
3527085587
|
pyb.UART.rst: Clean up note about stream protocol support.
|
2015-02-22 13:36:35 +02:00 |
Damien George
|
77fc276c08
|
stmhal: For UART, check that baudrate is within 5% of desired value.
Also includes documentation about minimum baudrate.
Addresses issue #1090.
|
2015-02-22 00:26:49 +00:00 |
Damien George
|
baafb290ad
|
stmhal: Add uart.sendbreak() method, to send a break condition.
|
2015-02-13 19:04:24 +00:00 |
Damien George
|
8e701604d5
|
docs: Add links from quickref to pyb classes.
|
2014-11-04 18:25:20 +00:00 |
Damien George
|
a58713a899
|
docs: Cleanup and update some docs.
|
2014-10-31 22:21:37 +00:00 |
Damien George
|
4029f51842
|
stmhal: Fix UART so bits counts number of data bits, not incl parity.
Addresses issue #950.
|
2014-10-31 20:28:10 +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 |