summaryrefslogtreecommitdiff
path: root/src/ao_spi.c
Commit message (Collapse)AuthorAge
* altos: Split out SPI driver.Keith Packard2010-12-22
For TM with the companion connector, the SPI bus will be shared among multiple devices. Split out the existing SPI code into a common driver, with the SPI bus protected by a mutex. Signed-off-by: Keith Packard <keithp@keithp.com>