summaryrefslogtreecommitdiff
path: root/tests/pyb/spi.py
AgeCommit message (Expand)Author
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2019-12-13tests/pyb: Refactor pyboard tests to work on PYBv1, PYBLITEv1 and PYBD.Damien George
2018-05-02tests/pyb: Update tests to run correctly on PYBv1.0.Damien George
2015-08-05tests: Add test for pyboard SPI in slave mode, recv with no master.Damien George
2015-05-28tests: Add tests to create valid and invalid UART, I2C, SPI, CAN busses.Damien George
2014-10-26stmhal: Change SPI phase spec to 0,1 to match standard conventions.Damien George
2014-05-03tests: Add a suite of tests specifically for the pyboard.Damien George