X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=changelog;h=641c9cbba8db43fc44c9f69b68ca08573987171c;hb=22f8823563d79b5c84561c1bbfcd5ea4fd7b5668;hp=6c41c53f9c3f21da7a3ce34d24c0fcffce56e954;hpb=8b5d6698001c38ed0999e40dde097004b228c974;p=tinyos-2.x.git diff --git a/changelog b/changelog index 6c41c53f..641c9cbb 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,27 @@ +tinyos (2.1.0-1tinyos1) hardy; urgency=low + + * Performance improvements to the msp430 USCI SPI peripheral code. + * Better support in the msp430 USCI SPI peripheral for acting as SPI slave. + + -- R. Steve McKown Sat, 16 May 2009 11:56:51 -0600 + +tinyos (2.1.0-1tinyos0) hardy; urgency=low + + * Add filters for svn and git repos when building deb packages. + * Fix up io pin restoration after SPI peripheral is released. + * Wrong definition. __MSP430_HAS_ADC12 has trailing underscores. + * This change allows msp430 usci SpiByte.write to terminate if the spi + resource is released in a higher level interrupt. + * Msp430UartP for usci incorrectly resetting peripheral state when released. + * Resource unconfigure in Msp430SpiP for usci was incorrect. + * Add PlatformSerialC to tmicore, for convenience. + * Flash bits for the tmicore platform. Need work. + * Fix up steve's e-mail address. + * Fix up HplMsp430GeneralIOC.nc to make it more robust in the face of + various msp430 configurations. + + -- R. Steve McKown Sun, 12 Apr 2009 15:39:00 -0600 + tinyos (2.1.0-0tinyos4) hardy; urgency=low * Support 64-bit builds