summaryrefslogtreecommitdiff
path: root/tests/pyb/uart.py
AgeCommit message (Expand)Author
2024-01-22tests: Move port-specific test directories into tests/ports/ directory.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2019-12-20tests/pyb: Adjust UART and Timer tests to work on PYBD_SF6.Damien George
2019-12-13tests/pyb: Refactor pyboard tests to work on PYBv1, PYBLITEv1 and PYBD.Damien George
2018-12-05stm32/uart: Add rxbuf keyword arg to UART constructor and init method.Damien George
2015-11-30stmhal: Make uart.write() function correctly for timeout=0.Damien George
2015-05-28tests: Add tests to create valid and invalid UART, I2C, SPI, CAN busses.Damien George
2015-02-27tests: Update pyb/uart.py test since baudrate of 1200 is too low.Damien George
2015-02-13stmhal: Add uart.sendbreak() method, to send a break condition.Damien George
2014-10-21stmhal: Overhaul UART class to use read/write, and improve it.v1.3.4Damien George
2014-05-03tests: Add a suite of tests specifically for the pyboard.Damien George