summaryrefslogtreecommitdiff
path: root/tests/pyb/i2c_error.py
AgeCommit message (Collapse)Author
2020-06-25README: Remove a statement that's not particularly true at the momentJeff Epler
2016-11-11stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.Damien George
New keyword option in constructor and init() method is "dma=<bool>". DMA is now disabled by default for I2C transfers because it currently does not handle I2C bus errors very well (eg if slave device doesn't ACK or NACK correctly during a transfer).
2016-01-30tests: For pyboard, add test for I2C error handling and recovery.Damien George