]> oss.titaniummirror.com Git - tinyos-2.x.git/history - tos/chips/msp430/usci/Msp430UartP.nc
Fix TMI copyright attributions
[tinyos-2.x.git] / tos / chips / msp430 / usci / Msp430UartP.nc
2013-04-03 R. Steve McKownFix TMI copyright attributions
2010-10-29 R. Steve McKowni2cNak() -> i2cNack()
2010-09-27 R. Steve McKownFix up io pin restoration after Uart peripheral is... release/2.1.1-4.4
2010-08-02 R. Steve McKownTOS expects an enabled UART to have rx interrupt on...
2010-08-02 R. Steve McKownEnsure Uart state variables are reset on resource confi...
2010-08-02 R. Steve McKownInterrupts.tx() signal is only relevant when UartStream...
2010-05-07 R. Steve McKownMerge TinyOS 2.1.1 into master.
2010-04-13 R. Steve McKownUSCI fixes.
2010-04-13 R. Steve McKownLet UartByte.send() interleave with any in-progress...
2010-04-13 R. Steve McKownSome comments about the UART ISRs.
2010-04-13 R. Steve McKownRemove redundant atomic blocks.
2010-04-13 R. Steve McKownFix USCI hanging caused by clearing the TXIFG bit.
2010-04-13 R. Steve McKownFix last UartSend.send() lost when immediately followed...
2010-02-25 R. Steve McKownUSCI using uint8_t for len instead of required uint16_t.
2009-12-01 smckownMsp430UartP for usci incorrectly resetting peripheral...
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 smckownFix up atomic warnings for robug in MSp430UartP.nc.
2009-12-01 smckownProper support for the new basic_clock+ peripheral...
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 smckownMintor tweaks to usci
2009-12-01 smckownUSCI UART output on USCI_A1 is working, using ACLK...
2009-12-01 smckownMore USCI work.
2009-12-01 smckownAdd some SPI implementation.
2009-12-01 smckownMore work on USCI peripheral support.
2009-12-01 smckownCommit interim usci work. Not even close to complete...