aboutsummaryrefslogtreecommitdiff
path: root/docs/library/pyb.UART.rst
AgeCommit message (Expand)Author
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