summaryrefslogtreecommitdiff
path: root/shared-bindings/busio/UART.c
AgeCommit message (Expand)Author
2018-09-12UART fixes and enhancements; default board object fixDan Halbert
2018-08-08UART: Always allocate UART objects in the long-lived poolJeff Epler
2018-02-21Implement UART for 3.0 + related fixes.Dan Halbert
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-08-29shared-bindings: Clarify that UART.read() is slow. (#209)Scott Shawcroft
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-06-07shared-bindings: Update docs to remove with statements from examples but add ...Scott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft