nes-proj/core
Brad Campbell a96dc90250 [SPI] Make SPI_FLUSH() more versatile
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.
2014-04-15 14:04:42 -04:00
..
cfs
ctk
dev [SPI] Make SPI_FLUSH() more versatile 2014-04-15 14:04:42 -04:00
lib
loader
net Merge pull request #585 from g-oikonomou/generic-icmp6-in-hooks 2014-04-14 16:12:10 +02:00
sys
contiki-default-conf.h
contiki-lib.h
contiki-net.h Include udp-socket.h and tcp-socket.h by default in all applications that include contiki-net.h 2014-04-09 22:01:18 +02:00
contiki-version.h
contiki.h