]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
MSP430 USCI peripheral supports UART and SPI (slave and master) modes.
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Sun, 7 Sep 2008 01:20:29 +0000 (01:20 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Thu, 4 Nov 2010 14:24:57 +0000 (08:24 -0600)
commit5338a4ca5ad7d75bb955024d60c6477495c1fccf
tree4348749bfe28dd5178f4504e53967b00d784d031
parentdc0e4607527c82c4eb0a8308983a7329735e09e5
MSP430 USCI peripheral supports UART and SPI (slave and master) modes.
20 files changed:
tos/chips/msp430/usci/AsyncConfigure.nc [new file with mode: 0644]
tos/chips/msp430/usci/HplMsp430UsciC.nc [new file with mode: 0644]
tos/chips/msp430/usci/HplMsp430UsciInt.nc [new file with mode: 0644]
tos/chips/msp430/usci/HplMsp430UsciInt0P.nc [new file with mode: 0644]
tos/chips/msp430/usci/HplMsp430UsciInt1P.nc [new file with mode: 0644]
tos/chips/msp430/usci/HplMsp430UsciReg.nc [new file with mode: 0644]
tos/chips/msp430/usci/HplMsp430UsciRegP.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430SpiA0C.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430SpiB0C.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430SpiB1C.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430SpiP.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430UartA0C.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430UartA1C.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430UartP.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430Usci.h [new file with mode: 0644]
tos/chips/msp430/usci/Msp430UsciA0C.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430UsciA1C.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430UsciB0C.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430UsciB1C.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430UsciIntDispatchP.nc [new file with mode: 0644]