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 |
Peter Hinch
|
22cbcd55f0
|
stmhal: Properly handle RTS/CTS flow control for buf/unbuf transfers.
Fixes issues #1912 and #1913. UART documentation is also updated.
|
9 years ago |
Peter Hinch
|
2b302dad51
|
docs: Update pyb.UART.any() to mention that it returns character count.
|
9 years ago |
Paul Sokolovsky
|
cf6daa0966
|
docs: Explicitly specify behavior of UART stream protocol methods on timeout.
|
9 years ago |
danicampora
|
4542643025
|
docs: Update all WiPy docs to reflect the new API.
|
9 years ago |
Daniel Campora
|
8332044f75
|
cc3200: Add UART.ODD and UART.EVEN to select parity.
|
9 years ago |
Daniel Campora
|
f38d16483a
|
docs: Update I2C and UART docs to match the new API.
|
9 years ago |
Daniel Campora
|
f91f212d9f
|
cc3200: New UART API plus related test.
|
9 years ago |
Daniel Campora
|
cfcf47c064
|
docs: Add initial draft documentation for the WiPy.
This makes all common files "port-aware" using the .. only directive.
|
10 years ago |
Damien George
|
3eece29807
|
docs: Change "Micro Python" to "MicroPython" in all places in docs.
|
10 years ago |
Paul Sokolovsky
|
3527085587
|
pyb.UART.rst: Clean up note about stream protocol support.
|
10 years ago |
Damien George
|
77fc276c08
|
stmhal: For UART, check that baudrate is within 5% of desired value.
Also includes documentation about minimum baudrate.
Addresses issue #1090.
|
10 years ago |
Damien George
|
baafb290ad
|
stmhal: Add uart.sendbreak() method, to send a break condition.
|
10 years ago |
Damien George
|
8e701604d5
|
docs: Add links from quickref to pyb classes.
|
10 years ago |
Damien George
|
a58713a899
|
docs: Cleanup and update some docs.
|
10 years ago |
Damien George
|
4029f51842
|
stmhal: Fix UART so bits counts number of data bits, not incl parity.
Addresses issue #950.
|
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 |