summaryrefslogtreecommitdiffstats
path: root/src/drivers/bitbash/spi_bit.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure clock line is in the idle state before asserting chip select.Michael Brown2007-07-281-0/+4
* Support cards such as natsemi which treat the data as little-endianMichael Brown2007-07-011-17/+24
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-041-5/+4Star
* Changed length parameter in SPI methods to be a byte length, rather thanMichael Brown2006-12-041-5/+3Star
* Generalised the SPI abstraction layer to also be able to handle interfacesMichael Brown2006-12-041-51/+74
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-141-0/+165