]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
nits
authorbengreenstein <bengreenstein>
Tue, 6 Feb 2007 05:30:57 +0000 (05:30 +0000)
committerbengreenstein <bengreenstein>
Tue, 6 Feb 2007 05:30:57 +0000 (05:30 +0000)
doc/txt/tep113.txt

index eec500426994d2a035973fa0c816fd7e60e55cc8..bcf94e193409478ece2c43fe8ca14248c785459c 100644 (file)
@@ -162,9 +162,8 @@ but NOT that the UART is idle.
     event void flushDone();
   }
 
-It also provides interfaces for configuring the serial port. *NOTE:
-These are not codified yet, and so working out the UART HIL seems like
-a good idea.*
+It may provide additional interfaces for configuring the serial
+port. This TEP does not consider this topic.
 
 
 3.2 Encoder/Framer: HdlcTranslateC
@@ -267,14 +266,10 @@ provided to the upper layer is ReceiveBytePacket:
 
 Upon receiving an interframe delimiter and a new frame's header,
 SerialP signals the upper layer indicating that a packet is
-arriving. For each byte received, SerialP signals byteReceived(). (Note:
-SerialP signals on byte k-2 when byte k arrives, because the
-implementation precludes it from knowing when it has encountered the
-2-byte CRC in the frame footer until after it has received it. Lagging
-behind by two bytes makes it possible to hide all frame details from
-the upper layer.) Once SerialP receives the complete frame it signals
-endPacket with a value of SUCCESS. If instead it loses sync during
-reception it signals endPacket with FAIL.
+arriving. For each byte received, SerialP signals byteReceived().
+Once SerialP receives the complete frame it signals endPacket with a
+value of SUCCESS. If instead it loses sync during reception it signals
+endPacket with FAIL.
 
 SerialP acknowledges frames it receives. Acknowledgements have a
 higher priority than data transmissions and consequently, data frames