contiki/cpu
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
..
6502 Saved six more bytes ;-) 2013-11-13 23:32:49 +01:00
arm
avr
cc253x Fix cc2530 UART1 init bug 2013-08-09 16:09:12 +01:00
cc2430 Disable SDCC warnings 110 and 126 2013-08-09 15:57:49 +01:00
cc2538 cc2538: spi: Do not call SPI_WAITFOREORx() at end of init 2013-11-15 15:56:40 +01:00
mc1322x
msp430
native Several minor consistency improvements. 2013-07-31 00:55:31 +02:00
pic32
stm32w108 Better error message in case of wrong CPUREV value 2013-10-17 12:33:36 +02:00
x86
z80