osd-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 New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
clock.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
cpu.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
cpu.h New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
dbg.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
dbg.h New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
debug-uart.h New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
ieee-addr.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
ieee-addr.h Change the InfoPage Location of the IEEE address 2013-04-17 15:44:01 +01:00
lpm.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
lpm.h New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
Makefile.cc2538 Added SPI driver for CC2538 2013-09-27 17:46:15 -04:00
mtarch.h New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
reg.h New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
rtimer-arch.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
rtimer-arch.h New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
slip-arch.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
spi-arch.h Added SPI driver for CC2538 2013-09-27 17:46:15 -04:00