altos: Provide ISR-based code paths for SPI serial-at-interrupt
authorKeith Packard <keithp@keithp.com>
Sat, 19 May 2012 03:13:05 +0000 (20:13 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 19 May 2012 03:19:18 +0000 (20:19 -0700)
commitc1ad8f443d5a9780a9897c79deda61241c0e34c2
treed00b897c91fbccc54e249d2682ed9273cf8986ff
parent5d8b9d524d6424ff98dcc4155fe8b8bd892b6d8f
altos: Provide ISR-based code paths for SPI

This allows SPI to be entirely interrupt driven, with callbacks for
completion. It's not tested yet...

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm/ao_adc_stm.c
src/stm/ao_arch_funcs.h
src/stm/ao_dma_stm.c
src/stm/ao_i2c_stm.c
src/stm/ao_spi_stm.c