]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Replace the special-purpose Msp430UsciConfigure interface with the
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Mon, 8 Sep 2008 23:31:14 +0000 (23:31 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:00:51 +0000 (20:00 -0700)
commitff7253eba0b30ef68b507dc6a0e479f5c1dc242b
treeb81b75661f2eba740d8024ba3a163ceab0fc5c28
parent316b60a1a610c6bc034f96415da225675f062b5d
Replace the special-purpose Msp430UsciConfigure interface with the
parameterized AsyncConfigure interface.  Too bad that this interface doesn't
exist in standard TOS.
tos/chips/msp430/usci/AsyncConfigure.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430SpiB1C.nc
tos/chips/msp430/usci/Msp430SpiP.nc
tos/chips/msp430/usci/Msp430UartA0C.nc
tos/chips/msp430/usci/Msp430UartA1C.nc
tos/chips/msp430/usci/Msp430UartP.nc
tos/chips/msp430/usci/Msp430Usci.h
tos/chips/msp430/usci/Msp430UsciConfigure.nc [deleted file]