summaryrefslogtreecommitdiff
path: root/tests/pyb/pyb_f405.py
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-02-06tests/pyb: Adjust tests so they can run on PYB and PYBLITE.Damien George
A few tests still fail on PYBLITE, and that's due to differences in the available peripheral block numbers on the different MCUs (eg I2C(2) exists on one, but it's I2C(3) on the other).