aboutsummaryrefslogtreecommitdiff
path: root/docs/library/pyb.UART.rst
AgeCommit message (Expand)Author
2015-10-25docs: Explicitly specify behavior of UART stream protocol methods on timeout.Paul Sokolovsky
2015-10-17docs: Update all WiPy docs to reflect the new API.danicampora
2015-09-16cc3200: Add UART.ODD and UART.EVEN to select parity.Daniel Campora
2015-09-16docs: Update I2C and UART docs to match the new API.Daniel Campora
2015-09-10cc3200: New UART API plus related test.Daniel Campora
2015-06-10docs: Add initial draft documentation for the WiPy.Daniel Campora
2015-06-04docs: Change "Micro Python" to "MicroPython" in all places in docs.Damien George
2015-02-22pyb.UART.rst: Clean up note about stream protocol support.Paul Sokolovsky
2015-02-22stmhal: For UART, check that baudrate is within 5% of desired value.Damien George
2015-02-13stmhal: Add uart.sendbreak() method, to send a break condition.Damien George
2014-11-04docs: Add links from quickref to pyb classes.Damien George
2014-10-31docs: Cleanup and update some docs.Damien George
2014-10-31stmhal: Fix UART so bits counts number of data bits, not incl parity.Damien George
2014-10-31docs: Import documentation from source-code inline comments.Damien George