]> oss.titaniummirror.com Git - tinyos-2.x.git/history - tos/chips/msp430/usci/Msp430UartP.nc
Some comments about the UART ISRs.
[tinyos-2.x.git] / tos / chips / msp430 / usci / Msp430UartP.nc
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...