]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Added SPI support. Now working using the loopback feature (UCLISTEN bit).
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Wed, 10 Sep 2008 22:15:35 +0000 (22:15 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:00:55 +0000 (20:00 -0700)
commit97db9cf16631f784eea3fc7a3ec925f09bc65c08
tree7f74fe885a70db40c9ea4cc237417e46c4b348f3
parent706ae98642ef403b5cc9af03486def14cba25799
Added SPI support.  Now working using the loopback feature (UCLISTEN bit).
Also fixed a relocation error problem due to packed structures and placement
of instantiations in text page via "const static ...".  No change to text
or data page sizes at compilation.  Since msp430_usci_xxx_t will never be on
the stack, removal of the packed attribute was the way to work around what
appears to be a compiler problem.
tos/chips/msp430/usci/HplMsp430UsciInt0P.nc
tos/chips/msp430/usci/HplMsp430UsciInt1P.nc
tos/chips/msp430/usci/HplMsp430UsciRegP.nc
tos/chips/msp430/usci/Msp430SpiB1C.nc
tos/chips/msp430/usci/Msp430SpiP.nc
tos/chips/msp430/usci/Msp430UartP.nc
tos/chips/msp430/usci/Msp430Usci.h
tos/chips/msp430/usci/Msp430UsciA0C.nc
tos/chips/msp430/usci/Msp430UsciB0C.nc
tos/chips/msp430/usci/Msp430UsciB1C.nc