]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
document sloppy HW ACK timestamping
authormmaroti <mmaroti>
Sun, 21 Mar 2010 23:58:07 +0000 (23:58 +0000)
committermmaroti <mmaroti>
Sun, 21 Mar 2010 23:58:07 +0000 (23:58 +0000)
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/

tos/chips/rf2xx/rf230/README

index cb4e9d94dcb876212c207a3f5d3f6b5be9b636bb..e73a761143334966bed1d5d1b0a196a34453745b 100644 (file)
@@ -54,3 +54,9 @@ and address recognition. In particular, you will not be able to snoop on
 onther messages. The load on the CPU is reduced, you should be able to send
 more messages under heavy load. Note, that the PacketRSSI interface will
 return the energy level (and not the rssi value) of received packet.
+
+RF230_HWACK_SLOPPY_TIMESTAMP
+
+If you define this, then the code that calculates the time stamp of the SFD
+from a single interrupt at the end of the message reception will not use
+floating point computation, which will be faster but less precise.