altos/lpc: Switch LPC SPI driver to interrupt-driven bdale-altosdroid
authorKeith Packard <keithp@keithp.com>
Tue, 23 Dec 2014 01:27:09 +0000 (17:27 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 23 Dec 2014 01:27:09 +0000 (17:27 -0800)
commit2a053d3d157e00b6a6406f4f78ddb8e298b6c4b7
tree4c70f6bb4c5d99509ef1dbf454f65cddb89dfbc9
parent213a6604ec225e843f30244e6f94d0ebb3d27e46
altos/lpc: Switch LPC SPI driver to interrupt-driven

This improves performance for SPI transfers, while allowing other
tasks to get work done during longer SPI transfers.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/lpc/ao_arch.h
src/lpc/ao_arch_funcs.h
src/lpc/ao_spi_lpc.c