]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
USCI fixes.
authorR. Steve McKown <rsmckown@gmail.com>
Thu, 8 Apr 2010 01:16:46 +0000 (19:16 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 13 Apr 2010 20:18:27 +0000 (14:18 -0600)
commit88bc2aa5e7e7c3870700a40d78829b51d3ae3754
treef0c4da98c95e3d7696259c13df06ebcb5f8d0c76
parent9b3bcb092b6b9fba236a452663d71a39189ea283
USCI fixes.

* Watch out for sendData() clobbering TXBUF.
* May solve a loss of UART TX chars.
* USCI UartStream.send() gains nothing by immediately sending the 1st byte.
* m_sobuf cannot be null in Interrupts.tx, so remove the check.
tos/chips/msp430/usci/Msp430SpiP.nc
tos/chips/msp430/usci/Msp430UartP.nc