contiki/cpu/cc2538
Benoît Thébaudeau f34731c1a9 cc2538: spi: Do not call SPI_WAITFOREORx() at end of init
If the SSI has never been used and spi_init() is called, then the SSI receive
FIFO is empty and remains so, so calling SPI_WAITFOREORx() at the end of
spi_init() waits endlessly for SSI_SR.RNE to be set. Hence, this call must be
removed in order to avoid a deadlock.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
2013-11-15 15:56:40 +01:00
..
dev cc2538: spi: Do not call SPI_WAITFOREORx() at end of init 2013-11-15 15:56:40 +01:00
usb Improve handling of CDC ACM line state 2013-04-16 15:49:05 +01:00
cc2538.lds
clock.c
cpu.c
cpu.h
dbg.c
dbg.h
debug-uart.h
ieee-addr.c
ieee-addr.h Change the InfoPage Location of the IEEE address 2013-04-17 15:44:01 +01:00
lpm.c
lpm.h
Makefile.cc2538 Added SPI driver for CC2538 2013-09-27 17:46:15 -04:00
mtarch.h
reg.h
rtimer-arch.c
rtimer-arch.h
slip-arch.c
spi-arch.h Added SPI driver for CC2538 2013-09-27 17:46:15 -04:00