]> oss.titaniummirror.com Git - tinyos-2.x.git/history - tos/chips/msp430/usci/Msp430SpiP.nc
Fix TMI copyright attributions
[tinyos-2.x.git] / tos / chips / msp430 / usci / Msp430SpiP.nc
2013-04-03 R. Steve McKownFix TMI copyright attributions
2010-10-29 R. Steve McKowni2cNak() -> i2cNack()
2010-05-07 R. Steve McKownMerge TinyOS 2.1.1 into master.
2010-04-13 R. Steve McKownUSCI fixes.
2010-04-13 R. Steve McKownRemove redundant atomic blocks.
2009-12-01 smckownThis change is required to remove async warnings in... release/2.1.0-1
2009-12-01 smckownChanges to reduce atomic code.
2009-12-01 smckownSlightly better implementation of SpiPacket.send.
2009-12-01 smckownReturn a real error code and actual bytes written in...
2009-12-01 smckownImplement chip select query for SPI peripheral.
2009-12-01 smckownFix race conditions when SPI peripheral is unconfigured...
2009-12-01 smckownMsp430SpiP.sendData() reads rxbuf redundantly.
2009-12-01 smckownRemove incorrect comment from Msp430SpiP.
2009-12-01 smckownRevert "Remove the NO_REN_ON_SPI define."
2009-12-01 smckownRemove the NO_REN_ON_SPI define.
2009-12-01 smckownAdd feature to optionally clear PxREN bits for SPI...
2009-12-01 smckownMsp430SpiP SpiPacket.sendDone was incorrectly sending...
2009-12-01 smckownFix error in last commit; need to check getIfgRx()...
2009-12-01 smckownHave Msp430 USCI SpiPacket send op abort if it sees...
2009-12-01 smckownUse the byte passed into Interrupt.rx() rather calling...
2009-12-01 smckownMsp430SpiP.nc: allow users to call SpiPacket.send(...
2009-12-01 smckownFix up io pin restoration after SPI peripheral is released.
2009-12-01 smckownThis change allows msp430 usci SpiByte.write to termina...
2009-12-01 smckownResource unconfigure in Msp430SpiP for usci was incorrect.
2009-12-01 smckownFix up steve's e-mail address.
2009-12-01 smckownClean up pin configuration for peripheral code. Here...
2009-12-01 smckownAdded SPI support. Now working using the loopback...
2009-12-01 smckownThe msp430 now has two basic clock peripherals. Add...
2009-12-01 smckownLet's let the compiler type system work for us. Instea...
2009-12-01 smckownReplace the special-purpose Msp430UsciConfigure interfa...
2009-12-01 smckownUpdate Msp430UartA0C.nc to match recent changes in...
2009-12-01 smckownAdd some SPI implementation.