mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-04 13:06:38 +00:00
a96dc90250
Currently the SPI driver in core/ sets `SPI_FLUSH()` to be a single read of the spi RX buffer. This is fine for many microcontrollers, but newer platforms like the CC2538 have a multi-byte FIFO for the RX buffer. In that case, a single read is not guaranteed to flush the RX. This commit allows `SPI_FLUSH()` to be platform dependent if needed, but doesn't change for platforms where it works. |
||
---|---|---|
.. | ||
battery-sensor.h | ||
button-sensor.h | ||
eeprom.h | ||
leds.c | ||
leds.h | ||
nullradio.c | ||
nullradio.h | ||
radio-sensor.h | ||
radio.h | ||
rom.h | ||
serial-line.c | ||
serial-line.h | ||
slip.c | ||
slip.h | ||
spi.h | ||
watchdog.h | ||
xmem.h |