tp-freeforall / prod

TinyOS (less academic, more industrial, rD, less filling), still a floor wax
BSD 3-Clause "New" or "Revised" License
82 stars 37 forks source link

split phase SpiPacket.send in x5xxx/usci #19

Closed kadway closed 12 years ago

kadway commented 12 years ago

I've added the split-phase SpiPacket in x5xxx/usci can you please take a look?

Hmm Im confused, what is x5xxx/usci-bf? Im not using that one.

João

cire831 commented 12 years ago

usci-bf should now be visible in tp-freeforall/prod(msp430-int). BF stands for breakfast which is the branch it came from.

BF is a modified implementation of USCI/I2C. It has various artifacts that imply a certain level of testing that has been done on it.

BF was done by Doug Carlson at John Hopkins. It is the current candidate for inclusion as the main USCI driver for x5.

cire831 commented 12 years ago

superceeded by cire831's Pull Request #20. Split into a platform pull and the seperate Msp430UsciSpiP split phase code. Later applied to both x5xxx/usci and x5xxx/usci-bf code (bf code is what we are trying to make trunk code).