summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/pyb.UART.rst
Commit message (Expand)AuthorAge
* docs/library: Remove unnecessary "pyb." prefix on class names.Damien George2022-06-21
* all: Replace busses with buses.Mike Causer2021-05-20
* docs: Change `\*` to `*` in argument lists.Zenix272020-08-21
* docs/library: Update pyb.UART to correct pyboard UART availability.Howard Lovatt2020-07-25
* stm32/machine_uart: Change default UART timeout to 0, for non blocking.Damien George2019-05-07
* docs/library: Remove "only" directive from all pyb module docs.Damien George2018-07-18
* docs/library: Add xrefs to "stream" dictionary entry for many modules.Paul Sokolovsky2017-12-04
* docs/library/pyb.UART: Moved writechar doc to sit with other writes.Lorenz Schmid2016-12-15
* docs/library/pyb.UART: Added clarification about timeouts.Lorenz Schmid2016-12-15
* docs: Remove references to readall() and update stream read() docs.Damien George2016-11-14
* docs/pyb.*: Use proper class case in method headers.Paul Sokolovsky2016-06-08
* docs/pyb.*: Add "currentmodule:: pyb" directive.Paul Sokolovsky2016-06-08
* stmhal: Properly handle RTS/CTS flow control for buf/unbuf transfers.Peter Hinch2016-04-13
* docs: Update pyb.UART.any() to mention that it returns character count.Peter Hinch2016-03-17
* docs: Explicitly specify behavior of UART stream protocol methods on timeout.Paul Sokolovsky2015-10-25
* docs: Update all WiPy docs to reflect the new API.danicampora2015-10-17
* cc3200: Add UART.ODD and UART.EVEN to select parity.Daniel Campora2015-09-16
* docs: Update I2C and UART docs to match the new API.Daniel Campora2015-09-16
* cc3200: New UART API plus related test.Daniel Campora2015-09-10
* docs: Add initial draft documentation for the WiPy.Daniel Campora2015-06-10
* docs: Change "Micro Python" to "MicroPython" in all places in docs.Damien George2015-06-04
* pyb.UART.rst: Clean up note about stream protocol support.Paul Sokolovsky2015-02-22
* stmhal: For UART, check that baudrate is within 5% of desired value.Damien George2015-02-22
* stmhal: Add uart.sendbreak() method, to send a break condition.Damien George2015-02-13
* docs: Add links from quickref to pyb classes.Damien George2014-11-04
* docs: Cleanup and update some docs.Damien George2014-10-31
* stmhal: Fix UART so bits counts number of data bits, not incl parity.Damien George2014-10-31
* docs: Import documentation from source-code inline comments.Damien George2014-10-31