summaryrefslogtreecommitdiffstats
path: root/src/drivers/bitbash
Commit message (Expand)AuthorAgeFilesLines
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-272-2/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-272-0/+3
* Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-141-0/+165
* Move per-transition delays from generic bit-bashing layer to i2c layerMichael Brown2006-06-142-8/+15
* Change read_bit() to return 0 or -1UL, rather than 0 or 1.Michael Brown2006-06-122-3/+5
* Added bit-bashing i2c interface codeMichael Brown2006-06-111-0/+313
* Added sketch of bit-bashing interface common codeMichael Brown2006-06-081-0/+55