]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Added an interface for accessing the RXFIFO in a non-split phase (synchronous) way...
authorjanhauer <janhauer>
Wed, 26 Nov 2008 10:13:31 +0000 (10:13 +0000)
committerjanhauer <janhauer>
Wed, 26 Nov 2008 10:13:31 +0000 (10:13 +0000)
commit72c8a4f1a2b4f331aeedc6bfd5262253ce8d6d04
treecdbd84ee7fb4752f10a30b0f357d2c89f085765e
parent82c215ff867ea7ef4fa748fb72b686c32ffb25e1
Added an interface for accessing the RXFIFO in a non-split phase (synchronous) way. The reason for having this interface is that, according to datasheet, before flushing the RXFIFO one has to read at least one byte from the RXFIFO and the radio driver code is less complicated if flushing the RXFIFO can happen in a non-split phase (synchronous) way.

This commit is in agreement with JeongGil Ko (John Ko), who is the current maintainer of the CC2420 stack.
tos/chips/cc2420/spi/CC2420SpiC.nc
tos/chips/cc2420_tkn154/CC2420SpiC.nc [deleted file]