]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
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)
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.


No differences found