altos: Mostly working SPI radio link
authorKeith Packard <keithp@keithp.com>
Wed, 29 Aug 2012 01:13:02 +0000 (18:13 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 29 Aug 2012 06:00:23 +0000 (23:00 -0700)
commitfc9841ee5e92318471b6bec09b7075a788ab8872
tree021ff2c2e1f5844c11692878184a9746e3faec97
parent27a879b4069ccedf8bbe39d7dbecf45000f29d8c
altos: Mostly working SPI radio link

This includes long delays to avoid overrunning the cc1111 input,
otherwise it works pretty well. The delays mean that we can't capture
the reply to a cmac command though, so more work is needed.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/cc1111/ao_arch_funcs.h
src/cc1111/ao_spi.c
src/drivers/ao_radio_master.c
src/drivers/ao_radio_slave.c