X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=release-notes.txt;h=80739a348f0320bdd22c04ce2956612a4b8e7eed;hb=86bbac4fdc7c141af95f4689a5d6a13addcab398;hp=2ef68195b25c037ac3f2d5eea88015af1c3354d6;hpb=ba76636fbbf6a25f91c00619829c38a4770aa907;p=tinyos-2.x.git diff --git a/release-notes.txt b/release-notes.txt index 2ef68195..80739a34 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -1,12 +1,24 @@ These release notes are as of: $Date$ +Current: + Added support for shimmer2 platform + Improved MSP430 sleep code to default to LPM4 + Added platform-indepdent TOS_SLEEP_NONE for McuPowerOverride + Improved TOSSIM PRR curve to prevent very low SNR packets + Fixed TOSSIM bug where nodes could receive while transmitting + Fixed TOSSIM ack bug for nodes that change their AM id at runtime + Improved Queue performance by changing % to inequality test + 2.1: + Added support for iris platform + Added support for shimmer platform Added 4-bit link estimator to CTP in lib/net/4bitle Added DIP dissemination protocol in lib/net/dip Added FTSP time synchronization service in lib/ftsp Added TOSThreads library in lib/tosthreads Added SafeTinyOS support with 'safe' make option Added support for 802.15.4 T-Frames through 'tframe' make option + Added TKN15.4, a platform-independent 802.15.4-2006 MAC implementation Added low-power application tutorial Added printf tutorial Added TEPs