summaryrefslogtreecommitdiff
path: root/shared-bindings/busio/UART.h
AgeCommit message (Expand)Author
2020-06-24Add UART supportScott Shawcroft
2020-05-19Enable showing the console on a debug uartMark Olsson
2020-02-18Addition of RS485 supportDave Marples
2020-02-18Addition of RTS/CTS/RS485 UART functionalityDave Marples
2019-11-27make UART.write be blocking on SAMD; add timeout propertyDan Halbert
2019-07-03changed type of receiver_buffer_size to uint16_tiot49
2018-12-03UART changes: timeout in secs, write bytes, etc.Dan Halbert
2018-09-12UART fixes and enhancements; default board object fixDan Halbert
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-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft